summaryrefslogtreecommitdiffstats
path: root/sys/net/rtsock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 260488, r260508.melifaro2014-05-081-78/+74
* Merge r260379, r260460.melifaro2014-05-081-6/+5
* Merge r259528, r259528, r260295.melifaro2014-05-081-22/+17
* o Provide a compatibility shim for netstat(1) to obtain output queueglebius2014-04-031-0/+6
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-35/+23
* After r241616 properly export ifi_baudrate_pf in the 32bit compat case.bz2013-08-201-1/+2
* sin6 should be assigned before the loop.hrs2013-07-281-1/+1
* Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returnshrs2013-07-121-2/+13
* Due to the routing related networking kernel redesign workqingli2013-06-251-3/+14
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-11/+8
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-63/+51
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].hrs2012-12-041-39/+32
* Fix up a compile time warning if INET6 isn't defined.adrian2012-11-181-1/+1
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-0/+90
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-11/+1
* Do not require radix write lock to be held while dumping route tablemelifaro2012-04-221-2/+2
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-44/+203
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-111-4/+0
* Copy ifa->if_data to ifam->ifam_data. This was forgotten in r228571.glebius2012-01-081-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-10/+10
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+15
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* Fix a use-after-free/redzone issue in the routing code.mlaier2011-11-031-12/+14
* Pass the fibnum where we need filtering of the message on thebz2011-09-281-3/+68
* As info.rti_info[RTAX_DST] can point inside of rtm we must not free the rtmmlaier2011-02-101-1/+3
* Close a race acquiring the IF_ADDR_LOCK() for each entry while iteratingbz2010-10-161-0/+4
* Properly set ifi_datalen for compat32 struct if_data32.kib2010-08-031-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-5/+16
* Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.kib2010-04-251-1/+101
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+22
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* As part of r196609, a call to "rtalloc" did not take the fib intoqingli2009-08-311-1/+1
* In ip_output(), the flow-table module must not try to cache L2/L3qingli2009-08-281-1/+34
* Put multiple instructions into a block when iterating; unbreaksbz2009-08-131-1/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+7
* Clean up common ifaddr management:rwatson2009-06-211-2/+2
* SCTP needs either IPv4 or IPv6 as lower layer[1].bz2009-06-101-0/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-5/+5
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-8/+26
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+4
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+9
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-1/+0
* Acquire address list lock before walking an interface's address list torwatson2009-04-201-0/+4
* Extend route command:kmacy2009-04-141-6/+8
* Call prison_if from rtm_get_jailed, instead of splitting it out intojamie2009-02-051-90/+63
OpenPOWER on IntegriCloud