summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-1716-96/+112
* LRO combined packets can actually be bridged as long as all the interfaces alsothompsa2008-08-161-5/+6
* Change bpf(4) to use the cdevpriv API.ed2008-08-131-80/+62
* Increase statistic counters for enc0 interface when enabledvanhu2008-08-122-1/+36
* Make "1000baseT" the description and "1000baseTX" the alias forantoine2008-08-011-2/+2
* Remove trailing ';' in BPFD_LOCK_ASSERT macro.antoine2008-08-011-1/+1
* Annotate why we do not call BPF_CHECK_DIRECTION() in this tapping routine.csjp2008-08-011-0/+6
* Remove further trailing white space.rwatson2008-08-011-1/+1
* Trim some noise from some #ifdef's. This had leaked into the compat32jhb2008-07-301-1/+1
* Add the ability to add new addresses for interfacesto just one FIBjulian2008-07-271-3/+23
* Fill in BPF sysctl descriptions.trhodes2008-07-251-2/+2
* Add support for actually sending WCCP return packets via GRE.julian2008-07-201-3/+9
* Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte).jkim2008-07-141-3/+9
* Add event notification at attach/detach so the NICjfv2008-07-141-0/+6
* Rather than checking for a NULL so_pcb in raw_attach(), assert thatrwatson2008-07-091-5/+6
* Add sysctl subtree net.raw for generic raw socket infrastructure;rwatson2008-07-091-2/+11
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-094-116/+32
* Add a new ioctl for changing the read filter (BIOCSETFNR). This isdwmalone2008-07-072-4/+9
* Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffercsjp2008-07-053-0/+44
* Clarify comments and prototypes in raw_cb.h:rwatson2008-07-051-9/+13
* Improve approximation of style(9) in raw socket code.rwatson2008-07-053-61/+47
* port % count will never be greater than LAGG_MAX_PORTS so nuke the test.thompsa2008-07-041-6/+2
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-044-36/+21
* Be smarter about disabling interface capabilities. TOE/TSO/TXCSUM will only bethompsa2008-07-031-23/+51
* Set bridge MAC addresses to the MAC address of their first interface unlessphilip2008-07-011-6/+33
* Remove the unused softc from the lo(4) driver.ed2008-06-291-20/+2
* Introduce locking around use of ifindex_table, whose use was previouslyrwatson2008-06-262-16/+73
* change a variable name ot stop it from colliding with other names injulian2008-06-261-7/+7
* Add support for the optional key in the GRE header.thompsa2008-06-202-3/+51
* Duh, wrong directory, needed to be in netinetjfv2008-06-112-464/+0
* Add generic TCP LRO code, moved from the ixgbe driver into netjfv2008-06-112-0/+464
* Don't enforce unique device minor number policy anymore.ed2008-06-112-2/+2
* When RADIX_MPATH is enabled, the route selection is not rotatingqingli2008-05-302-6/+6
* The if_check() function performed three actions:brooks2008-05-171-28/+10
* Spelling and capitalization fixes.scf2008-05-161-4/+4
* Add missing braces in #if 0ed code.antoine2008-05-101-1/+2
* move a #define from a place it shouldn't have been to a place it shouldjulian2008-05-102-4/+3
* undef MAXFIBS before redefining itjulian2008-05-101-0/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-0915-149/+465
* Trim trailing whitespace at ends of lines.rwatson2008-05-091-16/+16
* Set D_TRACKCLOSE to avoid a race in devfs that could lead to orphaned bpfjhb2008-05-091-0/+1
* Add an option (compiled out by default)julian2008-04-291-0/+2
* Check packet directions more properly instead of just checking receivedjkim2008-04-281-5/+5
* In function rtalloc_mpath(), do not try to release the lock if the ro_rtqingli2008-04-241-1/+3
* Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS toantoine2008-04-201-1/+1
* Delay the global registration of the struct ifnet in if_alloc() until afterbrooks2008-04-191-1/+1
* Revert the previous commit and use M_PROMISC flag instead.jkim2008-04-151-8/+17
* Fix possible buffer overrun on 64-bit arch when generating MACemax2008-04-151-1/+3
* Remove M_SKIP_FIREWALL abuse and add more appropriate check.jkim2008-04-151-20/+11
* Make this file compile on IPv6 kernels.qingli2008-04-131-0/+2
OpenPOWER on IntegriCloud