aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-281-1/+1
* radix_mpath: Don't derefence a NULL pointer in for loop iterationConrad Meyer2016-04-261-1/+1
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-4/+2
* Add more fields from struct ifnet needed during debugging a kernel panic.Bjoern A. Zeeb2016-04-201-1/+3
* radix rn_inithead: Fix minor leak in low memory conditionsConrad Meyer2016-04-201-0/+2
* bpf_getdltlist: Don't overrun 'lst'Conrad Meyer2016-04-201-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-1514-50/+50
* During if_vmove() we call if_detach_internal() which in turn calls the eventBjoern A. Zeeb2016-04-113-0/+76
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-3/+3
* Revert accidental submit of WIP as part of r297609Ravi Pokala2016-04-062-278/+39
* Storage Controller Interface driver - typo in unimplemented macro inRavi Pokala2016-04-062-39/+278
* Remove an unneeded check.John Baldwin2016-04-051-3/+0
* Catch up with some more fields. I needed the bpf one lately.Bjoern A. Zeeb2016-03-311-0/+2
* Remove some NULL checks for M_WAITOK allocations.Edward Tomasz Napierala2016-03-291-2/+0
* Add ethertype reserved for network testingGeorge V. Neville-Neil2016-03-281-0/+1
* Fix compile errors after r297225:Bjoern A. Zeeb2016-03-242-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addGeorge V. Neville-Neil2016-03-243-1/+35
* buf_ring/drbr: Add buf_ring_peek_clear_sc and use it in drbr_peekSepherosa Ziehau2016-02-291-1/+1
* In bpf_getdltlist(), do not call copyout(9) while holding bpf lock.Konstantin Belousov2016-02-241-7/+25
* Fix regression introduced on 272446r.Marcelo Araujo2016-02-191-1/+1
* Merge SVN r295220 (bz) from projects/vnet/Devin Teske2016-02-111-0/+14
|\
| * Code duplication but rib_head is special. Not found an easy way to goBjoern A. Zeeb2016-02-031-0/+14
| * MfH @r295202Bjoern A. Zeeb2016-02-0317-207/+368
| |\ | |/ |/|
| * MFH @r294567Bjoern A. Zeeb2016-01-2219-345/+695
| |\
| * | Just checkpoint the WIP in order to be able to make the tree updateBjoern A. Zeeb2016-01-225-26/+38
* | | These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-015-0/+6
* | | Provide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.Gleb Smirnoff2016-01-271-0/+3
* | | Prune a definition which is / was never used.Marko Zec2016-01-251-1/+0
* | | Fix flowtable part missed in r294706.Alexander V. Chernikov2016-01-251-1/+1
* | | MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-258-200/+332
* | | Remove unused radix_mpath definitions.Alexander V. Chernikov2016-01-251-3/+0
* | | Add an IOCTL rr_limit to let users fine tuning the number of packets to beMarcelo Araujo2016-01-232-2/+26
| |/ |/|
* | Clean up original route path selection logic a bit.Alexander V. Chernikov2016-01-151-5/+6
* | Fix panic in IP redirect. Panic was introduced in r293466.Alexander V. Chernikov2016-01-141-2/+2
* | Remove now-unused wrappers for various routing functions.Alexander V. Chernikov2016-01-142-72/+0
* | Remove RTF_RNH_LOCKED support from rtalloc1_fib().Alexander V. Chernikov2016-01-132-17/+6
* | Bring RADIX_MPATH support to new routing KPI to ease migration.Alexander V. Chernikov2016-01-112-21/+41
* | Do not rewrite all ro_flags.Alexander V. Chernikov2016-01-111-1/+1
* | Fix userland build broken by r293470.Alexander V. Chernikov2016-01-091-0/+2
* | Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov2016-01-097-31/+31
* | Remove sys/eventhandler.h from net/route.hAlexander V. Chernikov2016-01-091-1/+0
* | (Temporarily) remove route_redirect_event eventhandler.Alexander V. Chernikov2016-01-092-15/+2
* | Please Coverity by removing unneccessary check (rt_key() is always set).Alexander V. Chernikov2016-01-091-1/+1
* | Do more fine-grained locking in rtrequest1_fib().Alexander V. Chernikov2016-01-081-30/+22
* | Add rib_lookup_info() to provide API for retrieving individual routeAlexander V. Chernikov2016-01-043-11/+165
* | Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().Alexander V. Chernikov2016-01-031-4/+5
* | Remove second EVENTHANDLER_REGISTER slipped in r292978.Alexander V. Chernikov2016-01-011-0/+4