Age | Commit message (Expand) | Author |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2013-10-28 | Do not use the multicast macro IFP_TO_IA() to check if an interface has | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-13 | Just use sockaddr_union instead of a handcrafted version and rename | Reyk Floeter |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-12 | give tagname2tag and its siblings an extra "create" parameter. if 1, it | Henning Brauer |
2013-08-21 | No need to include if_vlan_var.h twice. | Martin Pieuchot |
2013-08-05 | sync the bridge_broadcast comment with reality | Mike Belopuhov |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-15 | change LIST_END to literal NULL for clarity. | Ted Unangst |
2013-01-23 | Change interface and span interface lists from LIST to TAILQ. | Camiel Dobbelaar |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-07 | Remove stray semicolon. Fixes mbuf leak with devices sending BPDUs to | Paul de Weerd |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-10-10 | make bridge_rtflush and bridge_flushrule void functions, as they never | Henning Brauer |
2012-10-08 | Make carp_ourether() shorter and more generic. Only a mac address | Camiel Dobbelaar |
2012-10-06 | Remove bridge_rttrim(). It's only triggered in the unlikely event that the | Camiel Dobbelaar |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | Don't filter spanning tree BPDUs. Either process, or forward them. | Marco Pfatschbacher |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-05-16 | bring back r1.189, but keep doing the ip csum unconditionally for now until | Henning Brauer |
2011-04-10 | Revert Rev. 1.189. The delayed ip checksum calculation causes problems | Claudio Jeker |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-04 | all I wanted is to make the bridge behave like the real stack wrt the ip | Henning Brauer |
2010-11-04 | Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as | Paul de Weerd |
2010-10-31 | Remove unused bstp_list and bstp_attach. | Marco Pfatschbacher |
2010-10-28 | Fix a 'bstp still active' panic that happens if a stp enabled | Marco Pfatschbacher |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2010-09-28 | replace hand-rolled infinite loop with LIST_FOREACH | Bret Lambert |
2010-09-24 | avoid potential infinite loop | Bret Lambert |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-01-13 | Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain | Claudio Jeker |
2009-11-22 | Add a lot of bpf and counter manipulation to the bridge. The bridge | Theo de Raadt |
2009-11-09 | vether(4) is a virtual ethernet device driver which can be used | Theo de Raadt |
2009-01-06 | Send broadcast and multicast traffic not only out on all bridge interfaces but | Claudio Jeker |
2008-10-16 | * Allow ether_input() and vlan_input() to handle incoming packets | Christian Weisgerber |