| Commit message (Expand) | Author | Age | Files | Lines |
* | net: sendmsg: fix NULL pointer dereference | Andrey Ryabinin | 2014-07-29 | 1 | -3/+3 |
* | neighbour : fix ndm_type type error issue | Jun Zhao | 2014-07-28 | 1 | -1/+1 |
* | net-gre-gro: Fix a bug that breaks the forwarding path | Jerry Chu | 2014-07-16 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-07-15 | 2 | -16/+23 |
|\ |
|
| * | neigh: sysctl - simplify address calculation of gc_* variables | Mathias Krause | 2014-07-14 | 1 | -4/+5 |
| * | net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush | Loic Prylli | 2014-07-07 | 1 | -1/+8 |
| * | net: Performance fix for process_backlog | Tom Herbert | 2014-07-07 | 1 | -11/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 2014-06-28 | 1 | -55/+0 |
|\ \
| |/
|/| |
|
| * | iovec: move memcpy_from/toiovecend to lib/iovec.c | Michael S. Tsirkin | 2014-06-27 | 1 | -55/+0 |
* | | net: fix setting csum_start in skb_segment() | Tom Herbert | 2014-06-25 | 1 | -1/+1 |
* | | ipv4: fix dst race in sk_dst_get() | Eric Dumazet | 2014-06-25 | 1 | -5/+11 |
* | | net: filter: Use kcalloc/kmalloc_array to allocate arrays | Tobias Klauser | 2014-06-25 | 1 | -2/+2 |
* | | trivial: net: filter: Change kerneldoc parameter order | Tobias Klauser | 2014-06-25 | 1 | -1/+1 |
* | | trivial: net: filter: Fix typo in comment | Tobias Klauser | 2014-06-25 | 1 | -1/+1 |
* | | Revert "net: return actual error on register_queue_kobjects" | David S. Miller | 2014-06-19 | 1 | -2/+2 |
* | | net: filter: fix upper BPF instruction limit | Kees Cook | 2014-06-18 | 1 | -1/+1 |
* | | net: return actual error on register_queue_kobjects | Jie Liu | 2014-06-18 | 1 | -2/+2 |
|/ |
|
* | net: Fix save software checksum complete | Tom Herbert | 2014-06-15 | 2 | -10/+29 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 14 | -852/+1117 |
|\ |
|
| * | rtnetlink: fix userspace API breakage for iproute2 < v3.9.0 | Michal Schmidt | 2014-06-12 | 1 | -4/+18 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-11 | 3 | -3/+7 |
| |\ |
|
| | * | net/core: Add VF link state control policy | Doug Ledford | 2014-06-11 | 1 | -0/+2 |
| | * | net: fix UDP tunnel GSO of frag_list GRO packets | Wei-Chun Chao | 2014-06-11 | 1 | -1/+2 |
| | * | net: force a list_del() in unregister_netdevice_many() | Eric Dumazet | 2014-06-08 | 2 | -2/+4 |
| * | | net: Save software checksum complete | Tom Herbert | 2014-06-11 | 1 | -5/+9 |
| * | | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2014-06-11 | 1 | -5/+9 |
| * | | net: filter: fix warning on 32-bit arch | Alexei Starovoitov | 2014-06-11 | 1 | -3/+3 |
| * | | net: filter: cleanup A/X name usage | Alexei Starovoitov | 2014-06-11 | 1 | -99/+99 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-05 | 1 | -0/+8 |
| |\ \
| | |/ |
|
| | * | net: filter: fix SKF_AD_PKTTYPE extension on big-endian | Alexei Starovoitov | 2014-06-05 | 1 | -0/+11 |
| * | | MPLS: Use mpls_features to activate software MPLS GSO segmentation | Simon Horman | 2014-06-05 | 1 | -1/+27 |
| * | | net: use the new API kvfree() | WANG Cong | 2014-06-05 | 1 | -8/+2 |
| * | | net: Support for multiple checksums with gso | Tom Herbert | 2014-06-04 | 1 | -1/+7 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-03 | 3 | -14/+38 |
| |\ \
| | |/ |
|
| | * | rtnetlink: fix a memory leak when ->newlink fails | Cong Wang | 2014-06-03 | 1 | -3/+7 |
| * | | net: remove some unless free on failure in alloc_netdev_mqs() | WANG Cong | 2014-06-03 | 1 | -5/+0 |
| * | | Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 2014-06-02 | 1 | -62/+48 |
| |\ \ |
|
| | * | | ethtool: Check that reserved fields of struct ethtool_rxfh are 0 | Ben Hutchings | 2014-06-03 | 1 | -53/+36 |
| | * | | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 2014-06-03 | 1 | -4/+4 |
| | * | | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged | Ben Hutchings | 2014-05-19 | 1 | -1/+4 |
| | * | | ethtool: Name the 'no change' value for setting RSS hash key but not indir table | Ben Hutchings | 2014-05-19 | 1 | -5/+7 |
| | * | | ethtool: Return immediately on error in ethtool_copy_validate_indir() | Ben Hutchings | 2014-05-19 | 1 | -9/+7 |
| * | | | inetpeer: get rid of ip_id_count | Eric Dumazet | 2014-06-02 | 1 | -25/+0 |
| * | | | net: Add support for device specific address syncing | Alexander Duyck | 2014-06-02 | 1 | -0/+85 |
| * | | | net: filter: improve filter block macros | Daniel Borkmann | 2014-06-01 | 1 | -124/+72 |
| * | | | net: filter: get rid of BPF_S_* enum | Daniel Borkmann | 2014-06-01 | 1 | -216/+125 |
| * | | | net: tso: Export symbols for modular build | Sachin Kamat | 2014-05-30 | 1 | -0/+5 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-24 | 6 | -12/+119 |
| |\ \ \ |
|
| * | | | | net: filter: let unattached filters use sock_fprog_kern | Daniel Borkmann | 2014-05-23 | 2 | -2/+2 |
| * | | | | net: filter: remove DL macro | Daniel Borkmann | 2014-05-23 | 1 | -94/+99 |