| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-18 | 2 | -1/+3 |
|\ |
|
| * | net: Add ndo_gso_check | Tom Herbert | 2014-10-15 | 1 | -1/+1 |
| * | net: Trap attempts to call sock_kfree_s() with a NULL pointer. | David S. Miller | 2014-10-14 | 1 | -0/+2 |
* | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 3 | -9/+9 |
|\ \
| |/
|/| |
|
| * | net: Replace get_cpu_var through this_cpu_ptr | Christoph Lameter | 2014-08-26 | 3 | -9/+9 |
* | | net: fix races in page->_count manipulation | Eric Dumazet | 2014-10-10 | 1 | -7/+18 |
* | | flow-dissector: Fix alignment issue in __skb_flow_get_ports | Alexander Duyck | 2014-10-10 | 1 | -13/+23 |
* | | net: filter: fix the comments | Li RongQing | 2014-10-10 | 1 | -6/+3 |
* | | net: Missing @ before descriptions cause make xmldocs warning | Masanari Iida | 2014-10-09 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-10-08 | 16 | -597/+969 |
|\ \ |
|
| * | | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 2014-10-07 | 1 | -10/+9 |
| * | | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu() | WANG Cong | 2014-10-07 | 1 | -4/+4 |
| * | | net: validate_xmit_vlan() is static | Eric Dumazet | 2014-10-06 | 1 | -1/+2 |
| * | | net: introduce netdevice gso_min_segs attribute | Eric Dumazet | 2014-10-06 | 1 | -3/+6 |
| * | | ethtool: Ethtool parameter to dynamically change tx_copybreak | Eric Dumazet | 2014-10-06 | 1 | -0/+1 |
| * | | net: skb_segment() provides list head and tail | Eric Dumazet | 2014-10-06 | 2 | -12/+20 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-10-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) | Pablo Neira Ayuso | 2014-10-02 | 1 | -1/+1 |
| * | | | net: Cleanup skb cloning by adding SKB_FCLONE_FREE | Vijay Subramanian | 2014-10-04 | 1 | -4/+4 |
| * | | | net: do not export skb_gro_receive() | Eric Dumazet | 2014-10-03 | 1 | -1/+0 |
| * | | | qdisc: validate skb without holding lock | Eric Dumazet | 2014-10-03 | 1 | -3/+26 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-10-02 | 1 | -0/+3 |
| |\ \ \ |
|
| * | | | | net: pktgen: packet bursting via skb->xmit_more | Alexei Starovoitov | 2014-10-01 | 1 | -2/+24 |
| * | | | | net: avoid one atomic operation in skb_clone() | Eric Dumazet | 2014-10-01 | 1 | -6/+17 |
| * | | | | net: cleanup and document skb fclone layout | Eric Dumazet | 2014-10-01 | 1 | -21/+20 |
| | |/ /
| |/| | |
|
| * | | | net: sched: enable per cpu qstats | John Fastabend | 2014-09-30 | 1 | -7/+48 |
| * | | | net: sched: restrict use of qstats qlen | John Fastabend | 2014-09-30 | 1 | -1/+5 |
| * | | | net: sched: make bstats per cpu and estimator RCU safe | John Fastabend | 2014-09-30 | 2 | -16/+66 |
| * | | | net: reorganize sk_buff for faster __copy_skb_header() | Eric Dumazet | 2014-09-29 | 1 | -39/+41 |
| * | | | net : optimize skb_release_data() | Eric Dumazet | 2014-09-26 | 1 | -21/+22 |
| * | | | net: optimise inet_proto_csum_replace4() | LEROY Christophe | 2014-09-26 | 1 | -7/+5 |
| * | | | net: introduce __skb_header_release() | Eric Dumazet | 2014-09-26 | 1 | -2/+2 |
| * | | | net: Change netdev_<level> logging functions to return void | Joe Perches | 2014-09-26 | 1 | -27/+17 |
| * | | | net: Remove gso_send_check as an offload callback | Tom Herbert | 2014-09-26 | 1 | -10/+0 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 | 2 | -8/+12 |
| |\ \ \ |
|
| * | | | | net: keep original skb which only needs header checking during software GSO | Jason Wang | 2014-09-22 | 1 | -3/+5 |
| * | | | | net: add alloc_skb_with_frags() helper | Eric Dumazet | 2014-09-19 | 2 | -63/+93 |
| * | | | | tcp: allow segment with FIN in tcp_try_coalesce() | Eric Dumazet | 2014-09-15 | 1 | -1/+2 |
| * | | | | net: bpf: correctly handle errors in sk_attach_filter() | Sasha Levin | 2014-09-13 | 1 | -2/+2 |
| * | | | | net: filter: constify detection of pkt_type_offset | Hannes Frederic Sowa | 2014-09-13 | 1 | -29/+2 |
| * | | | | ipv6: drop useless rcu_read_lock() in anycast | WANG Cong | 2014-09-13 | 1 | -6/+8 |
| * | | | | net: qdisc: use rcu prefix and silence sparse warnings | John Fastabend | 2014-09-13 | 1 | -2/+49 |
| * | | | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path | Alexander Duyck | 2014-09-12 | 1 | -0/+5 |
| * | | | | skb: Add documentation for skb_clone_sk | Alexander Duyck | 2014-09-12 | 1 | -0/+13 |
| * | | | | pktgen: Convert pr_warning to pr_warn | Joe Perches | 2014-09-10 | 1 | -12/+12 |
| * | | | | netns: remove one sparse warning | Eric Dumazet | 2014-09-09 | 1 | -1/+1 |
| * | | | | net: bpf: be friendly to kmemcheck | Daniel Borkmann | 2014-09-09 | 1 | -1/+1 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-07 | 6 | -27/+94 |
| |\ \ \ \ |
|
| * | | | | | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck | 2014-09-05 | 2 | -15/+33 |
| * | | | | | net: merge cases where sock_efree and sock_edemux are the same function | Alexander Duyck | 2014-09-05 | 1 | -2/+2 |