Age | Commit message (Expand) | Author | Files | Lines |
2014-06-15 | net: Fix save software checksum complete | Tom Herbert | 2 | -10/+29 |
2014-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -852/+1117 |
2014-06-12 | rtnetlink: fix userspace API breakage for iproute2 < v3.9.0 | Michal Schmidt | 1 | -4/+18 |
2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -3/+7 |
2014-06-12 | net/core: Add VF link state control policy | Doug Ledford | 1 | -0/+2 |
2014-06-12 | net: Save software checksum complete | Tom Herbert | 1 | -5/+9 |
2014-06-12 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 1 | -5/+9 |
2014-06-12 | net: filter: fix warning on 32-bit arch | Alexei Starovoitov | 1 | -3/+3 |
2014-06-11 | net: fix UDP tunnel GSO of frag_list GRO packets | Wei-Chun Chao | 1 | -1/+2 |
2014-06-11 | net: filter: cleanup A/X name usage | Alexei Starovoitov | 1 | -99/+99 |
2014-06-10 | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -8/+8 |
2014-06-09 | net: force a list_del() in unregister_netdevice_many() | Eric Dumazet | 2 | -2/+4 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2 | -5/+5 |
2014-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2014-06-06 | net: filter: fix SKF_AD_PKTTYPE extension on big-endian | Alexei Starovoitov | 1 | -0/+11 |
2014-06-06 | MPLS: Use mpls_features to activate software MPLS GSO segmentation | Simon Horman | 1 | -1/+27 |
2014-06-05 | net: use the new API kvfree() | WANG Cong | 1 | -8/+2 |
2014-06-05 | net: Support for multiple checksums with gso | Tom Herbert | 1 | -1/+7 |
2014-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -14/+38 |
2014-06-04 | net: remove some unless free on failure in alloc_netdev_mqs() | WANG Cong | 1 | -5/+0 |
2014-06-04 | rtnetlink: fix a memory leak when ->newlink fails | Cong Wang | 1 | -3/+7 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+5 |
2014-06-03 | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 1 | -62/+48 |
2014-06-03 | ethtool: Check that reserved fields of struct ethtool_rxfh are 0 | Ben Hutchings | 1 | -53/+36 |
2014-06-03 | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 1 | -4/+4 |
2014-06-03 | net: filter: fix possible memory leak in __sk_prepare_filter() | Leon Yu | 1 | -1/+6 |
2014-06-02 | inetpeer: get rid of ip_id_count | Eric Dumazet | 1 | -25/+0 |
2014-06-02 | net: Add support for device specific address syncing | Alexander Duyck | 1 | -0/+85 |
2014-06-02 | net: filter: improve filter block macros | Daniel Borkmann | 1 | -124/+72 |
2014-06-02 | net: filter: get rid of BPF_S_* enum | Daniel Borkmann | 1 | -216/+125 |
2014-06-02 | net: fix wrong mac_len calculation for vlans | Nikolay Aleksandrov | 1 | -10/+25 |
2014-05-31 | net: tso: Export symbols for modular build | Sachin Kamat | 1 | -0/+5 |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -12/+119 |
2014-05-24 | net: filter: let unattached filters use sock_fprog_kern | Daniel Borkmann | 2 | -2/+2 |
2014-05-24 | net: filter: remove DL macro | Daniel Borkmann | 1 | -94/+99 |
2014-05-24 | net: Split sk_no_check into sk_no_check_{rx,tx} | Tom Herbert | 1 | -2/+2 |
2014-05-23 | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t... | Sucheta Chakraborty | 1 | -6/+32 |
2014-05-22 | net: Add a software TSO helper API | Ezequiel Garcia | 2 | -1/+73 |
2014-05-22 | net: filter: cleanup invocation of internal BPF | Alexei Starovoitov | 1 | -16/+28 |
2014-05-19 | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged | Ben Hutchings | 1 | -1/+4 |
2014-05-19 | ethtool: Name the 'no change' value for setting RSS hash key but not indir table | Ben Hutchings | 1 | -5/+7 |
2014-05-19 | ethtool: Return immediately on error in ethtool_copy_validate_indir() | Ben Hutchings | 1 | -9/+7 |
2014-05-17 | bonding: Fix stacked device detection in arp monitoring | Vlad Yasevich | 1 | -0/+26 |
2014-05-17 | vlan: Fix lockdep warning with stacked vlan devices. | Vlad Yasevich | 1 | -1/+0 |
2014-05-17 | net: Find the nesting level of a given device by type. | Vlad Yasevich | 1 | -0/+50 |
2014-05-17 | pktgen: Use seq_puts() where seq_printf() is not needed | Thomas Graf | 1 | -25/+25 |
2014-05-17 | net: gro: make sure skb->cb[] initial content has not to be zero | Eric Dumazet | 2 | -2/+3 |
2014-05-16 | cgroup: remove css_parent() | Tejun Heo | 2 | -2/+2 |
2014-05-16 | net: filter: x86: internal BPF JIT | Alexei Starovoitov | 1 | -1/+8 |
2014-05-15 | rtnetlink: wait for unregistering devices in rtnl_link_unregister() | Cong Wang | 3 | -3/+34 |