aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Rather than having the if_vmove() code intermixed in the vnet_destroy()Bjoern A. Zeeb2016-05-183-9/+17
* Add a "vnet_state" field to struct vnet.Bjoern A. Zeeb2016-05-182-0/+5
* Activate the NO_64BIT_ATOMICS code for mips and powerpcScott Long2016-05-181-3/+5
* Remove assertions that don't make sense for the data type.Scott Long2016-05-181-2/+0
* Add a dummy VNET_SYSINIT that will make sure all VNETs started willBjoern A. Zeeb2016-05-181-0/+10
* Split 'show vnets' into 'show vnet' and 'show all vnets'.Bjoern A. Zeeb2016-05-181-13/+31
* Make compile without INET or without IP support in the kernel by hidingBjoern A. Zeeb2016-05-181-7/+18
* Import the 'iflib' API library for network drivers. From the author:Scott Long2016-05-187-0/+6085
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Mark the unused arguments of various SYSINIT functions __unused.Bjoern A. Zeeb2016-05-171-3/+3
* When handling SIOCSIFNAME ensure that the new interface name is NULDon Lewis2016-05-151-0/+5
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+15
* Allow silencing of 'promiscuous mode enabled/disabled' messages.Nick Hibma2016-05-121-4/+14
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-7/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-0320-23/+23
* Remove the most useful INET || INET6 check leftover from whenever,Bjoern A. Zeeb2016-05-031-3/+0
* 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