summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2014-06-15net: Fix save software checksum completeTom Herbert
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12rtnetlink: fix userspace API breakage for iproute2 < v3.9.0Michal Schmidt
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-11net/core: Add VF link state control policyDoug Ledford
2014-06-11net: Save software checksum completeTom Herbert
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-06-11net: filter: fix warning on 32-bit archAlexei Starovoitov
2014-06-11net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-05net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman
2014-06-05net: use the new API kvfree()WANG Cong
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-06-02net: Add support for device specific address syncingAlexander Duyck
2014-06-01net: filter: improve filter block macrosDaniel Borkmann
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov
2014-05-30net: tso: Export symbols for modular buildSachin Kamat
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-23net: filter: remove DL macroDaniel Borkmann
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-22net: Add a software TSO helper APIEzequiel Garcia
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings
2014-05-19ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings
2014-05-19ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-16cgroup: remove css_parent()Tejun Heo
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang