summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Wrap a line that became too long with the addition of V_.brooks2008-09-011-1/+2
* Make bpf_maxinsns visible from ng_bpf.c.jkim2008-08-291-1/+1
* Fix the last missing parentheses for a return statement in bpf_filter.c.jkim2008-08-291-1/+1
* More convergence towards style(9).jkim2008-08-291-32/+27
* - Directly match code wherever possible instead of using macros.jkim2008-08-291-11/+14
* Simplify jump instruction range checks.jkim2008-08-291-7/+6
* Fix to bug kern/126850. Only dispatch event hander if thejfv2008-08-282-22/+29
* Check invalid BPF codes from bpf_validate(9).jkim2008-08-281-1/+26
* Validate scratch memory addresses for BPF_STX and BPF_LDX|BPF_MEM.jkim2008-08-281-1/+3
* Initialize scratch memory for JIT-compiled filter when it is allocated.jkim2008-08-281-1/+3
* Move CTASSERT of ether header sizes out of the header file and intoemaste2008-08-272-5/+5
* Move empty filter handling to MI source.jkim2008-08-261-2/+26
* Revert the previous commit to fix buildworld for now.jkim2008-08-261-2/+1
* Make sys/net/bpf_filter.c build cleanly on user land.jkim2008-08-262-2/+5
* Fix a typo in copyrights.jkim2008-08-252-2/+2
* Embed scratch memory in the filter structure.jkim2008-08-252-20/+1
* MFp4:imp2008-08-241-106/+2
* Make the checks for ptp interfaces in ifa_ifwithdstaddr() andbz2008-08-241-2/+2
* ifnet_setbyindex() is only used locally, go back to being static.thompsa2008-08-202-2/+1
* Fix buildkmacy2008-08-201-0/+2
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+1
* - Make these files compilable on user land.jkim2008-08-182-11/+56
* 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
OpenPOWER on IntegriCloud