summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-06-11net: filter: fix warning on 32-bit archAlexei Starovoitov1-3/+3
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov1-99/+99
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2014-06-05net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov1-0/+11
2014-06-05MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman1-1/+27
2014-06-05net: use the new API kvfree()WANG Cong1-8/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert1-1/+7
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+38
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03rtnetlink: fix a memory leak when ->newlink failsCong Wang1-3/+7
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-62/+48
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-4/+4
2014-06-02net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu1-1/+6
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-25/+0
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-06-01net: filter: improve filter block macrosDaniel Borkmann1-124/+72
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-216/+125
2014-06-01net: fix wrong mac_len calculation for vlansNikolay Aleksandrov1-10/+25
2014-05-30net: tso: Export symbols for modular buildSachin Kamat1-0/+5
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-12/+119
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2-2/+2
2014-05-23net: filter: remove DL macroDaniel Borkmann1-94/+99
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-2/+2
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-6/+32
2014-05-22net: Add a software TSO helper APIEzequiel Garcia2-1/+73
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov1-16/+28
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings1-1/+4
2014-05-19ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings1-5/+7
2014-05-19ethtool: Return immediately on error in ethtool_copy_validate_indir()Ben Hutchings1-9/+7
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich1-0/+26
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-1/+0
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich1-0/+50
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf1-25/+25
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2-2/+3
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov1-1/+8
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang3-3/+34
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa1-4/+4
2014-05-13net: ptp: mark filter as __initdataMathias Krause1-1/+1
2014-05-13net: filter: Fix redefinition warnings on x86-64.David S. Miller1-34/+37
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong1-2/+2
2014-05-12net: rename local_df to ignore_dfWANG Cong1-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+94
2014-05-12net: filter: make BPF conversion more readableAlexei Starovoitov1-92/+50
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-12/+10
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu1-4/+4
2014-05-04net: filter: misc/various cleanupsDaniel Borkmann1-8/+7
2014-05-04net: filter: make register naming more comprehensibleDaniel Borkmann1-106/+109
2014-05-04net: filter: simplify label names from jump-tableDaniel Borkmann1-154/+154
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3