aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-02sched action: make local function staticstephen hemminger1-3/+0
2014-01-02net: Cleanup in eth-netx.hSachin Kamat1-4/+2
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing1-1/+1
2014-01-01ipv6: namespace cleanupsstephen hemminger2-24/+0
2014-01-01net: core functions cleanupstephen hemminger1-6/+0
2014-01-01netlink: cleanup tap related functionsstephen hemminger1-2/+0
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger1-2/+1
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-15/+218
2013-12-31net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu1-0/+4
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-0/+1
2013-12-31net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz4-1/+48
2013-12-31netlink: specify netlink packet direction for nlmonDaniel Borkmann1-1/+3
2013-12-31printk: Add a DEPRECATED macroNeil Horman1-0/+7
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert1-4/+14
2013-12-29lro: remove dead codestephen hemminger1-23/+0
2013-12-29tcp: make local functions staticstephen hemminger1-3/+0
2013-12-28ipv4: ping make local stuff staticStephen Hemminger1-8/+0
2013-12-28ipv4: remove unused functionStephen Hemminger1-1/+0
2013-12-28arp: make arp_invalidate staticStephen Hemminger1-1/+0
2013-12-28macvlan: make start_xmit localstephen hemminger1-3/+0
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang1-0/+2
2013-12-26mdio: unused ethtool functionsstephen hemminger1-3/+0
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger1-1/+1
2013-12-19sh_eth: add PHY IRQ to platform dataSergei Shtylyov1-0/+1
2013-12-19net/mlx4_core: Expose physical port id as PF/VF capabilityHadar Hen Zion1-0/+2
2013-12-19drivers: net: Include new header file in sbni.cRashika Kheria1-0/+31
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-20/+17
2013-12-19bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-19net: skbuff: improve comment on checksummingDaniel Borkmann1-56/+75
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam1-0/+25
2013-12-19lib: hash: follow-up fixups for arch hashFrancesco Fusco1-2/+2
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa3-2/+11
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2-6/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-118/+160
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong1-1/+1
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong1-1/+1
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong1-6/+10
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong1-1/+17
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-13/+10
2013-12-18net_sched: act: use standard struct list_headWANG Cong2-10/+18
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong1-1/+0
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe1-10/+14
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe1-1/+2
2013-12-17Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2013-12-17net: Add utility function to copy skb hashTom Herbert1-0/+6
2013-12-17net: Add function to set the rxhashTom Herbert1-0/+40