summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Fix panic introduced by r235745. Panic occurs after first packet traverse ren...melifaro2012-06-041-2/+22
* Seperate SCTP checksum offloading for IPv4 and IPv6.tuexen2012-05-301-1/+1
* Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf().jkim2012-05-291-19/+20
* - Save the previous filter right before we set new one.jkim2012-05-291-63/+26
* Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptorjkim2012-05-291-2/+12
* Fix BPF_JITTER code broken by r235746.melifaro2012-05-291-46/+48
* if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a rowrea2012-05-281-1/+6
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-282-6/+25
* Turn LACP debugging from a compile time option to a sysctl, it is very handy tothompsa2012-05-261-43/+37
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+1
* Make most BPF ioctls() SMP-safe.melifaro2012-05-211-6/+47
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...melifaro2012-05-213-29/+43
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-215-99/+137
* Fix panic on attaching to non-existent interface (introduced by r233937, poin...melifaro2012-05-211-42/+136
* Use the LLINDEX macro to access the link-level I/F index. This makesmarcel2012-05-191-0/+1
* Sync DLTs with the latest pcap version.delphij2012-05-141-2/+122
* Revert r234834 per luigi@ request.melifaro2012-05-032-0/+2
* Relax restriction on direct tx to child portsemaste2012-05-031-13/+3
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-302-2/+0
* Do not require radix write lock to be held while dumping route tablemelifaro2012-04-221-2/+2
* Move the interface media check to a taskqueue, some interfaces (usb) sleepthompsa2012-04-202-21/+44
* Add linkstate to bridge(4), set the link to up when at least one underlyingthompsa2012-04-204-35/+60
* Remove KASSERTS, they do not add any value here since the pointer is about tothompsa2012-04-181-6/+2
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-132-6/+6
* remove an unnecessary #defineluigi2012-04-121-4/+0
* Set the proto to LAGG_PROTO_NONE before calling the detach routine so packetsthompsa2012-04-121-6/+10
* Add media types for 40G media that might be used with FreeBSD.jhb2012-04-101-0/+9
* Fix build broken by r233938.melifaro2012-04-061-1/+2
* - Improve performace for writer-only BPF users.melifaro2012-04-063-6/+93
* - Improve BPF locking model.melifaro2012-04-065-121/+176
* Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.jhb2012-03-191-3/+0
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-182-21/+18
* - remove an extra parenthesis in a closing brace;luigi2012-03-111-1/+6
* Move the vlan buffer space into the union which also fixes an unused variablethompsa2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashthompsa2012-03-063-15/+82
* Properly restore curvnet context when returning early fromzec2012-03-041-1/+4
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-7/+7
* Use a more appropriate default for the maximum number of addresses in thethompsa2012-02-291-2/+2
* A bunch of netmap fixes:luigi2012-02-272-69/+92
* Only look for a usable MAC address for the bridge ID from ports within ourthompsa2012-02-241-20/+30
* Add a sysctl/tunable default value for the use_flowid sysctl in r232008.thompsa2012-02-231-1/+6
* Indicate this function decrements the timer as well as testing for expiry.thompsa2012-02-231-11/+11
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-3/+1
* Now that network interfaces advertise if they support linkstate notificationsthompsa2012-02-231-3/+5
* bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-233-9/+6
* Using the flowid in the mbuf assumes the network card is giving a good hash forthompsa2012-02-223-2/+18
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-174-70/+122
* Change some headers such that lang/gcc* ports no longer patch them.tijl2012-02-141-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-112-44/+257
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-112-6/+0
OpenPOWER on IntegriCloud