summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-1/+1
* radix_mpath: Don't derefence a NULL pointer in for loop iterationcem2016-04-261-1/+1
* sys: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-4/+2
* Add more fields from struct ifnet needed during debugging a kernel panic.bz2016-04-201-1/+3
* radix rn_inithead: Fix minor leak in low memory conditionscem2016-04-201-0/+2
* bpf_getdltlist: Don't overrun 'lst'cem2016-04-201-1/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-1514-50/+50
* During if_vmove() we call if_detach_internal() which in turn calls the eventbz2016-04-113-0/+76
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-3/+3
* Revert accidental submit of WIP as part of r297609rpokala2016-04-062-278/+39
* Storage Controller Interface driver - typo in unimplemented macro inrpokala2016-04-062-39/+278
* Remove an unneeded check.jhb2016-04-051-3/+0
* Catch up with some more fields. I needed the bpf one lately.bz2016-03-311-0/+2
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-291-2/+0
* Add ethertype reserved for network testinggnn2016-03-281-0/+1
* Fix compile errors after r297225:bz2016-03-242-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-243-1/+35
* buf_ring/drbr: Add buf_ring_peek_clear_sc and use it in drbr_peeksephe2016-02-291-1/+1
* In bpf_getdltlist(), do not call copyout(9) while holding bpf lock.kib2016-02-241-7/+25
* Fix regression introduced on 272446r.araujo2016-02-191-1/+1
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-0/+14
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-015-0/+6
* Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.glebius2016-01-271-0/+3
* Prune a definition which is / was never used.zec2016-01-251-1/+0
* Fix flowtable part missed in r294706.melifaro2016-01-251-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-258-200/+332
* Remove unused radix_mpath definitions.melifaro2016-01-251-3/+0
* Add an IOCTL rr_limit to let users fine tuning the number of packets to bearaujo2016-01-232-2/+26
* Clean up original route path selection logic a bit.melifaro2016-01-151-5/+6
* Fix panic in IP redirect. Panic was introduced in r293466.melifaro2016-01-141-2/+2
* Remove now-unused wrappers for various routing functions.melifaro2016-01-142-72/+0
* Remove RTF_RNH_LOCKED support from rtalloc1_fib().melifaro2016-01-132-17/+6
* Bring RADIX_MPATH support to new routing KPI to ease migration.melifaro2016-01-112-21/+41
* Do not rewrite all ro_flags.melifaro2016-01-111-1/+1
* Fix userland build broken by r293470.melifaro2016-01-091-0/+2
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-097-31/+31
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-1/+0
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-092-15/+2
* Please Coverity by removing unneccessary check (rt_key() is always set).melifaro2016-01-091-1/+1
* Do more fine-grained locking in rtrequest1_fib().melifaro2016-01-081-30/+22
* Add rib_lookup_info() to provide API for retrieving individual routemelifaro2016-01-043-11/+165
* Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().melifaro2016-01-031-4/+5
* Remove second EVENTHANDLER_REGISTER slipped in r292978.melifaro2016-01-011-0/+4
* Clean up unused-but-set-variable spotted by gcc4.9.araujo2015-12-311-2/+0
* Implement interface link header precomputation API.melifaro2015-12-318-141/+402
* Wrap using #ifdef 'notyet' those variables and statements not yetaraujo2015-12-311-4/+18
* Add SFF-8024 Extended Specification Compliancemelifaro2015-12-281-1/+1
OpenPOWER on IntegriCloud