| Commit message (Expand) | Author | Age | Files | Lines |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | net: skb_condense() can also deal with empty skbs | Eric Dumazet | 2016-12-09 | 1 | -9/+13 |
* | udp: under rx pressure, try to condense skbs | Eric Dumazet | 2016-12-08 | 1 | -0/+28 |
* | sock: reset sk_err for ICMP packets read from error queue | Soheil Hassas Yeganeh | 2016-12-02 | 1 | -4/+13 |
* | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan | 2016-11-30 | 1 | -3/+11 |
* | tcp: enhance tcp_collapse_retrans() with skb_shift() | Eric Dumazet | 2016-11-24 | 1 | -1/+3 |
* | net: make struct napi_alloc_cache::skb_count unsigned int | Alexey Dobriyan | 2016-11-19 | 1 | -1/+1 |
* | sock: do not set sk_err in sock_dequeue_err_skb | Soheil Hassas Yeganeh | 2016-11-07 | 1 | -1/+0 |
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-07 | 1 | -26/+2 |
|\ |
|
| * | skb_splice_bits(): get rid of callback | Al Viro | 2016-10-03 | 1 | -26/+2 |
* | | net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac header | Shmulik Ladkani | 2016-10-03 | 1 | -15/+22 |
* | | net: skbuff: Coding: Use eth_type_vlan() instead of open coding it | Shmulik Ladkani | 2016-09-22 | 1 | -4/+2 |
* | | net: skbuff: Remove errornous length validation in skb_vlan_pop() | Shmulik Ladkani | 2016-09-22 | 1 | -6/+4 |
* | | net: skbuff: Export __skb_vlan_pop | Shmulik Ladkani | 2016-09-22 | 1 | -2/+5 |
* | | gso: Support partial splitting at the frag_list pointer | Steffen Klassert | 2016-09-19 | 1 | -11/+40 |
* | | tcp: use an RB tree for ooo receive queue | Yaogong Wang | 2016-09-08 | 1 | -0/+19 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-06 | 1 | -18/+0 |
|\ |
|
| * | net_sched: fix mirrored packets checksum | WANG Cong | 2016-07-01 | 1 | -18/+0 |
* | | net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu() | David S. Miller | 2016-06-03 | 1 | -0/+1 |
* | | sctp: Add GSO support | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -0/+3 |
* | | skbuff: introduce skb_gso_validate_mtu | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -0/+31 |
* | | sk_buff: allow segmenting based on frag sizes | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -3/+7 |
* | | skbuff: export skb_gro_receive | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -0/+1 |
|/ |
|
* | skbuff: remove unused variable `doff' | Sowmini Varadhan | 2016-05-10 | 1 | -6/+0 |
* | gso: Only allow GSO_PARTIAL if we can checksum the inner protocol | Alexander Duyck | 2016-05-04 | 1 | -3/+3 |
* | gso: Do not perform partial GSO if number of partial segments is 1 or less | Alexander Duyck | 2016-05-04 | 1 | -1/+4 |
* | skbuff: Add pskb_extract() helper function | Sowmini Varadhan | 2016-04-25 | 1 | -0/+242 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-23 | 1 | -2/+5 |
|\ |
|
| * | vlan: pull on __vlan_insert_tag error path and fix csum correction | Daniel Borkmann | 2016-04-15 | 1 | -2/+5 |
* | | GSO: Support partial segmentation offload | Alexander Duyck | 2016-04-14 | 1 | -1/+28 |
|/ |
|
* | net: remove a dubious unlikely() clause | Eric Dumazet | 2016-03-20 | 1 | -1/+1 |
* | net: adjust napi_consume_skb to handle non-NAPI callers | Jesper Dangaard Brouer | 2016-03-13 | 1 | -2/+2 |
* | net: Walk fragments in __skb_splice_bits | Tom Herbert | 2016-03-09 | 1 | -23/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-03-08 | 1 | -2/+20 |
|\ |
|
| * | net: fix bridge multicast packet checksum validation | Linus Lüssing | 2016-02-25 | 1 | -2/+20 |
* | | net: remove skb_sender_cpu_clear() | WANG Cong | 2016-03-01 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 1 | -0/+2 |
|\| |
|
| * | net:Add sysctl_max_skb_frags | Hans Westgaard Ry | 2016-02-09 | 1 | -0/+2 |
* | | net: use skb_postpush_rcsum instead of own implementations | Daniel Borkmann | 2016-02-19 | 1 | -3/+1 |
* | | net: bulk free SKBs that were delay free'ed due to IRQ context | Jesper Dangaard Brouer | 2016-02-11 | 1 | -2/+6 |
* | | net: bulk free infrastructure for NAPI context, use napi_consume_skb | Jesper Dangaard Brouer | 2016-02-11 | 1 | -6/+77 |
* | | net: Allow tunnels to use inner checksum offloads with outer checksums needed | Alexander Duyck | 2016-02-11 | 1 | -2/+1 |
* | | net: Move skb_has_shared_frag check out of GRE code and into segmentation | Alexander Duyck | 2016-02-11 | 1 | -0/+5 |
* | | net: Update remote checksum segmentation to support use of GSO checksum | Alexander Duyck | 2016-02-11 | 1 | -4/+6 |
* | | net: Move GSO csum into SKB_GSO_CB | Alexander Duyck | 2016-02-11 | 1 | -7/+9 |
|/ |
|
* | net: check both type and procotol for tcp sockets | WANG Cong | 2015-12-17 | 1 | -1/+2 |
* | skbuff: Fix offset error in skb_reorder_vlan_header | Vlad Yasevich | 2015-12-15 | 1 | -1/+1 |
* | vlan: Fix untag operations of stacked vlans with REORDER_HEADER off | Vlad Yasevich | 2015-11-17 | 1 | -1/+2 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -4/+4 |