summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Save software checksum completeTom Herbert2014-06-121-5/+9
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-121-5/+9
* net: filter: fix warning on 32-bit archAlexei Starovoitov2014-06-121-3/+3
* net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-111-99/+99
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-061-0/+8
|\
| * net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov2014-06-061-0/+11
* | MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman2014-06-061-1/+27
* | net: use the new API kvfree()WANG Cong2014-06-051-8/+2Star
* | net: Support for multiple checksums with gsoTom Herbert2014-06-051-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-043-14/+38
|\|
| * rtnetlink: fix a memory leak when ->newlink failsCong Wang2014-06-041-3/+7
| * net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu2014-06-031-1/+6
| * net: fix wrong mac_len calculation for vlansNikolay Aleksandrov2014-06-021-10/+25
* | net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong2014-06-041-5/+0Star
* | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-62/+48Star
|\ \
| * | ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings2014-06-031-53/+36Star
| * | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-4/+4
| * | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings2014-05-191-1/+4
| * | ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings2014-05-191-5/+7
| * | ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings2014-05-191-9/+7Star
* | | inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-25/+0Star
* | | net: Add support for device specific address syncingAlexander Duyck2014-06-021-0/+85
* | | net: filter: improve filter block macrosDaniel Borkmann2014-06-021-124/+72Star
* | | net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-021-216/+125Star
* | | net: tso: Export symbols for modular buildSachin Kamat2014-05-311-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-246-12/+119
|\ \ \ | | |/ | |/|
| * | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-171-0/+26
| * | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-171-1/+0Star
| * | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-171-0/+50
| * | net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-162-2/+3
| * | rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-153-3/+34
| * | net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
| * | neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-131-2/+2
* | | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-232-2/+2
* | | net: filter: remove DL macroDaniel Borkmann2014-05-231-94/+99
* | | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+2
* | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-6/+32
* | | net: Add a software TSO helper APIEzequiel Garcia2014-05-222-1/+73
* | | net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-211-16/+28
* | | pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf2014-05-161-25/+25
* | | net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-151-1/+8
| |/ |/|
* | net: ptp: mark filter as __initdataMathias Krause2014-05-131-1/+1
* | net: filter: Fix redefinition warnings on x86-64.David S. Miller2014-05-131-34/+37
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-34/+94
|\|
| * Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-12/+10Star
| * rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
| * rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-9/+11
| * net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49