summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - Remove unneeded include.araujo2014-08-111-1/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-082-12/+13
* Improve locking of multicast addresses in VLAN and LAGG interfaces.mav2014-08-043-27/+37
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-294-22/+6
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-172-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-58/+17
* Revert r267961, r267973:gjb2014-06-279-17/+58
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-58/+17
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Improve logic besides net.bpf.optimize_writers.melifaro2014-06-111-12/+63
* misc bugfixes:luigi2014-06-061-4/+7
* whitespace change: fix one comment, remove a stale one.luigi2014-06-061-16/+2
* whitespace change: remove trailing whitespaceluigi2014-06-052-4/+4
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-024-18/+778
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-294-13/+28
* Bump bhyve allocation up to 20 bits to avoidgrehan2014-05-201-2/+2
* Rename rt_msg1() to more handy rtsock_msg_mbuf().melifaro2014-05-081-9/+13
* Fix incorrect netmasks being passed via rtsock.melifaro2014-05-081-8/+38
* Fix sysctl_ifmalist() broken in r265019.melifaro2014-05-031-1/+1
* Remove additional fib checks from rtalloc1_fib.melifaro2014-05-031-9/+0
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-032-9/+2
* Fix a panic caused by doing "ifconfig -am" while a lagg is being destroyed.asomers2014-05-021-2/+12
* Fix rnh_walktree_from() function (patch from kern/174959).melifaro2014-05-011-4/+6
* Partially revert r265019 - allocating 512 bytes on stackmelifaro2014-04-291-19/+8
* Move rt_setmetrics() from rtsock.c to route.c.melifaro2014-04-293-16/+25
* Do not use senderr() in rtrequest1_fib_change().melifaro2014-04-291-5/+2
* Fix buildmelifaro2014-04-271-1/+1
* Improve memory allocation model for rt_msg2() rtsock messages:melifaro2014-04-271-53/+109
* Remove useless zeroing of RTAX_DST on error.melifaro2014-04-271-11/+17
* Cleanup route_output() a bit.melifaro2014-04-271-12/+11
* Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061,melifaro2014-04-271-4/+2
* Move up fibnum to ensure it is always defined.melifaro2014-04-271-2/+2
* Remove useless `register' declarations.melifaro2014-04-261-9/+9
* Determine fibnum once in the beginning of route_output().melifaro2014-04-261-8/+8
* Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().melifaro2014-04-262-124/+146
* Unify sa_equal() macro usage.melifaro2014-04-264-9/+4
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-244-13/+18
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-243-6/+6
* Backport from projects/pf r263908:mm2014-04-201-0/+2
* garbage collect something that hasn't been triggered in almost 5 years...jmg2014-04-191-3/+0
* For NFS mounts using rsize,wsize=65536 over TSO enabledrmacklem2014-04-171-1/+3
* Vlan did not set the value of if_hw_tsomax, so when vlanrmacklem2014-04-151-0/+2
* Fix build for non-INET that was broken by r264469.rmacklem2014-04-151-1/+5
* Lagg did not set the value of if_hw_tsomax, so when laggrmacklem2014-04-141-1/+8
* In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.bms2014-04-101-2/+0
* Call sctp_addr_change() from rt_addrmsg() instead of rt_newaddrmsg_fib(),tuexen2014-04-071-10/+10
* Merge from projects/pf r251993 (glebius@):mm2014-03-251-5/+3
* Add a shorter alias for if_data.ifi_oqdrops.np2014-03-201-0/+1
* Include strings.h so that bpf_filter.c can be built in userland.jmmv2014-03-191-0/+3
* When exporting ifnet via sysctl, add ifqueue(9) drop count to theglebius2014-03-191-6/+5
OpenPOWER on IntegriCloud