index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
rtsock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
glebius
2014-09-19
1
-6
/
+0
*
Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and
asomers
2014-09-11
1
-1
/
+2
*
o Remove struct if_data from struct ifnet. Now it is merely API structure
glebius
2014-08-31
1
-3
/
+3
*
Change pr_output's prototype to avoid the need for explicit casts.
kevlo
2014-08-15
1
-2
/
+2
*
Garbage collect couple of unused fields from struct ifaddr:
glebius
2014-07-29
1
-4
/
+4
*
Fix unintended KBI change from r264905. Add _fib versions of
asomers
2014-05-29
1
-2
/
+1
*
Rename rt_msg1() to more handy rtsock_msg_mbuf().
melifaro
2014-05-08
1
-9
/
+13
*
Fix incorrect netmasks being passed via rtsock.
melifaro
2014-05-08
1
-8
/
+38
*
Fix sysctl_ifmalist() broken in r265019.
melifaro
2014-05-03
1
-1
/
+1
*
Partially revert r265019 - allocating 512 bytes on stack
melifaro
2014-04-29
1
-19
/
+8
*
Move rt_setmetrics() from rtsock.c to route.c.
melifaro
2014-04-29
1
-16
/
+4
*
Fix build
melifaro
2014-04-27
1
-1
/
+1
*
Improve memory allocation model for rt_msg2() rtsock messages:
melifaro
2014-04-27
1
-53
/
+109
*
Remove useless zeroing of RTAX_DST on error.
melifaro
2014-04-27
1
-11
/
+17
*
Cleanup route_output() a bit.
melifaro
2014-04-27
1
-12
/
+11
*
Do not delay freeing rtm. Bandaid added in r227061 is not needed since r227061,
melifaro
2014-04-27
1
-4
/
+2
*
Move up fibnum to ensure it is always defined.
melifaro
2014-04-27
1
-2
/
+2
*
Determine fibnum once in the beginning of route_output().
melifaro
2014-04-26
1
-8
/
+8
*
Decouple RTM_CHANGE from RTM_GET handling in rtsock.c:route_output().
melifaro
2014-04-26
1
-124
/
+51
*
Unify sa_equal() macro usage.
melifaro
2014-04-26
1
-2
/
+0
*
Fix subnet and default routes on different FIBs on the same subnet.
asomers
2014-04-24
1
-1
/
+2
*
When exporting ifnet via sysctl, add ifqueue(9) drop count to the
glebius
2014-03-19
1
-6
/
+5
*
Remove IPX support.
glebius
2014-03-14
1
-7
/
+0
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
1
-135
/
+58
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
1
-35
/
+23
*
V_irtualize rtsock refcounting, which reduces the chances for panics
zec
2014-02-19
1
-17
/
+19
*
Simplify inet alias handling code: if we're adding/removing alias which
melifaro
2014-01-10
1
-1
/
+0
*
Split rt_newaddrmsg_fib() into two different functions.
melifaro
2014-01-09
1
-78
/
+75
*
Constanly use RT_ALL_FIBS everywhere instead of -1.
melifaro
2014-01-08
1
-6
/
+5
*
Change semantics for rnh_lookup() function: now
melifaro
2014-01-04
1
-22
/
+17
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
- Utilize counter(9) to accumulate statistics on interface addresses. Add
glebius
2013-10-15
1
-2
/
+18
*
After r241616 properly export ifi_baudrate_pf in the 32bit compat case.
bz
2013-08-20
1
-1
/
+2
*
sin6 should be assigned before the loop.
hrs
2013-07-28
1
-1
/
+1
*
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
hrs
2013-07-12
1
-2
/
+13
*
Due to the routing related networking kernel redesign work
qingli
2013-06-25
1
-3
/
+14
*
- Use m_getcl() instead of hand allocating.
glebius
2013-03-15
1
-11
/
+8
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
1
-63
/
+51
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
- Fix LOR in sa6_recoverscope() in rt_msg2()[1].
hrs
2012-12-04
1
-39
/
+32
*
Fix up a compile time warning if INET6 isn't defined.
adrian
2012-11-18
1
-1
/
+1
*
Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to
hrs
2012-11-17
1
-0
/
+90
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-11
/
+1
*
Do not require radix write lock to be held while dumping route table
melifaro
2012-04-22
1
-2
/
+2
*
Introduce a new NET_RT_IFLISTL API to query the address list. It works
bz
2012-02-11
1
-44
/
+203
*
Backout changes from r228571. Remove if_data from struct ifa_msghdr again.
bz
2012-02-11
1
-4
/
+0
*
Copy ifa->if_data to ifam->ifam_data. This was forgotten in r228571.
glebius
2012-01-08
1
-0
/
+1
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-10
/
+10
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1
/
+15
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+2
[next]