freebsd-skq/sys/net
glebius 9ea3e68626 Merge r272385 by melifaro from head:
Free radix mask entries on main radix destroy.
  This is temporary commit to be merged to 10.
  Other approach (like hash table) should be used
  to store different masks.

PR:             194078
2014-10-16 20:46:02 +00:00
..
bpf_buffer.c Changes to resolve races in bpfread() and catchpacket() that, at worst, 2012-12-10 16:14:44 +00:00
bpf_buffer.h
bpf_filter.c MFC various fixes to the tools/regression/ tests. 2014-04-14 13:30:08 +00:00
bpf_jitter.c
bpf_jitter.h
bpf_zerocopy.c After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
bpf_zerocopy.h
bpf.c While waiting for the bpf hold buffer to become idle, check 2013-05-23 21:33:10 +00:00
bpf.h Changes to resolve races in bpfread() and catchpacket() that, at worst, 2012-12-10 16:14:44 +00:00
bpfdesc.h Changes to resolve races in bpfread() and catchpacket() that, at worst, 2012-12-10 16:14:44 +00:00
bridgestp.c Use m_get/m_gethdr instead of compat macros. 2013-03-15 12:55:30 +00:00
bridgestp.h
ethernet.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
fddi.h
firewire.h
flowtable.c Merge r262770 from head: pacify gcc. 2014-03-05 03:16:23 +00:00
flowtable.h Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823, 2014-03-04 15:14:47 +00:00
ieee8023ad_lacp.c MFC r265232 2014-10-06 23:17:01 +00:00
ieee8023ad_lacp.h Break out the static, global LACP debug options into a per-lagg unit 2013-07-26 19:41:13 +00:00
if_arc.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_arcsubr.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_arp.h Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU 2013-07-09 09:50:15 +00:00
if_atm.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_atmsubr.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_bridge.c - Relax the restriction on the member interfaces with LLAs. Two or more 2013-07-28 19:49:39 +00:00
if_bridgevar.h
if_clone.c Fix VIMAGE build. 2012-10-17 21:19:27 +00:00
if_clone.h Make the "struct if_clone" opaque to users of the cloning API. Users 2012-10-16 13:37:54 +00:00
if_dead.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_debug.c
if_disc.c Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
if_dl.h
if_edsc.c Make the "struct if_clone" opaque to users of the cloning API. Users 2012-10-16 13:37:54 +00:00
if_ef.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_enc.c Fix a fallout from r241610. One enc interface must be created on startup. 2013-09-28 14:14:23 +00:00
if_enc.h
if_epair.c Utilize new macro to initialize if_baudrate(). 2012-10-18 09:57:56 +00:00
if_ethersubr.c Bulk sync of pf changes from head, in attempt to fixup broken build I 2014-03-12 10:45:58 +00:00
if_faith.c Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
if_fddisubr.c Remove unnecessary setup of the m->pkthdr.header pointer. 2013-08-25 09:41:37 +00:00
if_fwsubr.c Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_gif.c Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is 2013-09-11 09:19:44 +00:00
if_gif.h Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-26 12:50:32 +00:00
if_gre.c Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is 2013-09-11 09:19:44 +00:00
if_gre.h
if_iso88025subr.c Remove unnecessary setup of the m->pkthdr.header pointer. 2013-08-25 09:41:37 +00:00
if_lagg.c MFC r272176: 2014-10-07 07:52:47 +00:00
if_lagg.h MFC r269492: 2014-08-18 15:54:35 +00:00
if_llatbl.c Back out r249318, r249320 and r249327 due to a heisenbug most 2013-05-06 16:42:18 +00:00
if_llatbl.h Remove include opt_ofed.h since OFED is unifdef'd. 2013-08-27 16:45:00 +00:00
if_llc.h
if_loop.c Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
if_media.c
if_media.h MFC r256689: 2013-11-11 09:47:51 +00:00
if_mib.c
if_mib.h
if_pflog.h o Create directory sys/netpfil, where all packet filters should 2012-09-14 11:51:49 +00:00
if_pfsync.h Remove most of the remaining sysctl name list macros. They were only 2013-08-26 18:16:05 +00:00
if_sppp.h
if_spppfr.c Mechanically substitute flags from historic mbuf allocator with 2012-12-05 08:04:20 +00:00
if_spppsubr.c MFC r268787: 2014-07-24 06:02:03 +00:00
if_stf.c Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
if_stf.h
if_tap.c MFC r257078 2013-10-28 22:41:36 +00:00
if_tap.h
if_tapvar.h Revert part of an earlier patch attempt that snuck in with r240938. 2012-09-25 23:41:45 +00:00
if_tun.c Merge from project branch via main. Uninteresting commits are trimmed. 2013-10-12 15:31:36 +00:00
if_tun.h
if_types.h
if_var.h MFC changes relating to running multiple interfaces on different fibs but 2014-06-06 20:35:40 +00:00
if_vlan_var.h
if_vlan.c MFC r269492: 2014-08-18 15:54:35 +00:00
if.c MFC r268787: 2014-07-24 06:02:03 +00:00
if.h o Provide a compatibility shim for netstat(1) to obtain output queue 2014-04-03 14:58:52 +00:00
iso88025.h Merge r263203: garbage collect long time obsoleted (or never used) stuff 2014-04-09 11:15:50 +00:00
netisr_internal.h
netisr.c Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. 2013-09-06 21:02:43 +00:00
netisr.h
netmap_user.h Update a couple of header files that were missed in r270252. This is a 2014-08-21 19:42:03 +00:00
netmap.h Update a couple of header files that were missed in r270252. This is a 2014-08-21 19:42:03 +00:00
pfil.c ename PFIL_LIST_[UN]LOCK() to PFIL_HEADLIST_[UN]LOCK() to avoid 2013-08-24 11:24:15 +00:00
pfil.h Whitespace, style cleanups, and improved comments. 2013-08-24 12:03:24 +00:00
pfkeyv2.h
pfvar.h Merge r269998 from head: 2014-08-25 15:40:37 +00:00
ppp_defs.h Allow certain headers to be included more easily. 2013-05-21 21:20:10 +00:00
radix_mpath.c Merge r260379, r260460. 2014-05-08 20:41:39 +00:00
radix_mpath.h
radix.c Merge r272385 by melifaro from head: 2014-10-16 20:46:02 +00:00
radix.h Merge r259528, r259528, r260295. 2014-05-08 20:27:06 +00:00
raw_cb.c
raw_cb.h
raw_usrreq.c
route.c MFC r264241: 2014-06-22 16:36:14 +00:00
route.h Merge 260488, r260508. 2014-05-08 21:03:31 +00:00
rtsock.c Merge 260488, r260508. 2014-05-08 21:03:31 +00:00
sff8472.h MFC 260207 2014-02-14 00:26:30 +00:00
slcompress.c
slcompress.h
vnet.c Merge r261590, r261592 from head: 2014-03-04 14:01:12 +00:00
vnet.h Merge r261590: Fixup for r261590 (vnet sysctl handlers cleanup) 2014-03-04 14:05:37 +00:00
zlib.c Juggle some internal symbols from our antique zlib (that originally came 2013-01-06 14:59:59 +00:00
zlib.h Juggle some internal symbols from our antique zlib (that originally came 2013-01-06 14:59:59 +00:00
zutil.h