aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Simplify error caseEd Maste2012-07-101-4/+4
* Plug potential mbuf leak when bridging fragmentsEd Maste2012-07-101-0/+2
* In epair_clone_destroy(), when destroying the second half, we have toMikolaj Golub2012-07-091-18/+20
* Restore error handling lost in r191603Ed Maste2012-07-091-1/+1
* Implement SIOCGIFMEDIA for if_tap(4)Ed Maste2012-07-061-4/+22
* When ip_output()/ip6_output() is supplied a struct route *ro argument,Gleb Smirnoff2012-07-042-2/+16
* Add the same check as vlan(4) where we ignore the ifnet departure event if theAndrew Thompson2012-06-301-0/+3
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldJohn Baldwin2012-06-292-19/+0
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-192-2/+20
* Fix comment to better reflect how we areRandall Stewart2012-06-121-6/+11
* Note to self. Have morning coffee *before* committing things.Randall Stewart2012-06-121-4/+6
* Opps forgot to commit the flag.Randall Stewart2012-06-121-1/+1
* Allow a gif tunnel to be used with ALTq.Randall Stewart2012-06-121-46/+102
* Fix a panic I introduced in r234487, the bridge softc pointer is set to nullAndrew Thompson2012-06-111-14/+22
* Fix typo introduced in r236559.Alexander V. Chernikov2012-06-091-1/+1
* Sort includes.Mikolaj Golub2012-06-071-1/+1
* Add VIMAGE support to if_tap.Mikolaj Golub2012-06-071-0/+11
* Fix panic introduced by r235745. Panic occurs after first packet traverse ren...Alexander V. Chernikov2012-06-041-2/+22
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-301-1/+1
* Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf().Jung-uk Kim2012-05-291-19/+20
* - Save the previous filter right before we set new one.Jung-uk Kim2012-05-291-63/+26
* Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptorJung-uk Kim2012-05-291-2/+12
* Fix BPF_JITTER code broken by r235746.Alexander V. Chernikov2012-05-291-46/+48
* if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a rowEygene Ryabinkin2012-05-281-1/+6
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-282-6/+25
* Turn LACP debugging from a compile time option to a sysctl, it is very handy toAndrew Thompson2012-05-261-43/+37
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-1/+1
* Make most BPF ioctls() SMP-safe.Alexander V. Chernikov2012-05-211-6/+47
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...Alexander V. Chernikov2012-05-213-29/+43
* Fix old panic when BPF consumer attaches to destroying interface.Alexander V. Chernikov2012-05-215-99/+137
* Fix panic on attaching to non-existent interface (introduced by r233937, poin...Alexander V. Chernikov2012-05-211-42/+136
* Use the LLINDEX macro to access the link-level I/F index. This makesMarcel Moolenaar2012-05-191-0/+1
* Sync DLTs with the latest pcap version.Xin LI2012-05-141-2/+122
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-032-0/+2
* Relax restriction on direct tx to child portsEd Maste2012-05-031-13/+3
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-302-2/+0
* Do not require radix write lock to be held while dumping route tableAlexander V. Chernikov2012-04-221-2/+2
* Move the interface media check to a taskqueue, some interfaces (usb) sleepAndrew Thompson2012-04-202-21/+44
* Add linkstate to bridge(4), set the link to up when at least one underlyingAndrew Thompson2012-04-204-35/+60
* Remove KASSERTS, they do not add any value here since the pointer is about toAndrew Thompson2012-04-181-6/+2
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-132-6/+6
* remove an unnecessary #defineLuigi Rizzo2012-04-121-4/+0
* Set the proto to LAGG_PROTO_NONE before calling the detach routine so packetsAndrew Thompson2012-04-121-6/+10
* Add media types for 40G media that might be used with FreeBSD.John Baldwin2012-04-101-0/+9
* Fix build broken by r233938.Alexander V. Chernikov2012-04-061-1/+2
* - Improve performace for writer-only BPF users.Alexander V. Chernikov2012-04-063-6/+93
* - Improve BPF locking model.Alexander V. Chernikov2012-04-065-121/+176
* Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.John Baldwin2012-03-191-3/+0
* Hide kernel option ROUTETABLES evaluations in the implementationBjoern A. Zeeb2012-03-182-21/+18
* - remove an extra parenthesis in a closing brace;Luigi Rizzo2012-03-111-1/+6