aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-17net: Add utility functions to clear rxhashTom Herbert2-3/+14
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-3/+3
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com1-0/+1
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-27/+43
2013-12-17tcp: refine TSO splitsEric Dumazet1-7/+0
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-11/+0
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller6-2/+63
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth1-0/+2
2013-12-17sctp: Reorder 'struc association' members to reduce its sizewangweidong1-30/+29