Age | Commit message (Expand) | Author | Files | Lines |
2019-01-04 | net, skbuff: do not prefer skb allocation fails early | David Rientjes | 1 | -6/+1 |
2018-12-21 | net: minor cleanup in skb_ext_add() | Paolo Abeni | 1 | -5/+2 |
2018-12-21 | net: fix possible user-after-free in skb_ext_add() | Paolo Abeni | 1 | -2/+2 |
2018-12-19 | net: switch secpath to use skb extension infrastructure | Florian Westphal | 1 | -6/+41 |
2018-12-19 | net: convert bridge_nf to use skb extension infrastructure | Florian Westphal | 1 | -3/+0 |
2018-12-19 | sk_buff: add skb extension infrastructure | Florian Westphal | 1 | -0/+155 |
2018-12-04 | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark' | Ido Schimmel | 1 | -1/+1 |
2018-12-03 | udp: elide zerocopy operation in hot path | Willem de Bruijn | 1 | -4/+5 |
2018-12-03 | udp: msg_zerocopy | Willem de Bruijn | 1 | -0/+6 |
2018-11-29 | net: explain __skb_checksum_complete() with comments | Cong Wang | 1 | -1/+17 |
2018-11-25 | net: remove unsafe skb_insert() | Eric Dumazet | 1 | -22/+0 |
2018-11-19 | net: skb_scrub_packet(): Scrub offload_fwd_mark | Petr Machata | 1 | -0/+5 |
2018-11-16 | net: remove unused skb_send_sock() | Cong Wang | 1 | -13/+0 |
2018-11-15 | net: remove BUG_ON from __pskb_pull_tail | Li RongQing | 1 | -2/+0 |
2018-11-15 | net: dump more useful information in netdev_rx_csum_fault() | Cong Wang | 1 | -2/+2 |
2018-11-08 | net/core: use __vlan_hwaccel helpers | Michał Mirosław | 1 | -1/+1 |
2018-11-08 | net: move __skb_checksum_complete*() to skbuff.c | Cong Wang | 1 | -0/+43 |
2018-11-02 | net: document skb parameter in function 'skb_gso_size_check' | Mathieu Malaterre | 1 | -0/+2 |
2018-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2018-10-20 | net: fix pskb_trim_rcsum_slow() with odd trim offset | Dimitris Michailidis | 1 | -2/+3 |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+7 |
2018-10-10 | net: make skb_partial_csum_set() more robust against overflows | Eric Dumazet | 1 | -5/+7 |
2018-10-02 | net: drop unused skb_append_datato_frags() | Paolo Abeni | 1 | -58/+0 |
2018-09-07 | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY | Vincent Whitchurch | 1 | -3/+0 |
2018-08-10 | net: Export skb_headers_offset_update | Toshiaki Makita | 1 | -1/+2 |
2018-08-05 | net: modify skb_rbtree_purge to return the truesize of all purged skbs. | Peter Oskolkov | 1 | -1/+5 |
2018-08-02 | net: Fix coding style in skb_push() | Ganesh Goudar | 1 | -1/+1 |
2018-07-24 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
2018-07-21 | net: skb_segment() should not return NULL | Eric Dumazet | 1 | -5/+5 |
2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -0/+1 |
2018-07-18 | net: Move skb decrypted field, avoid explicity copy | Stefano Brivio | 1 | -6/+0 |
2018-07-16 | net: Add decrypted field to skb | Boris Pismenny | 1 | -0/+6 |
2018-07-13 | skbuff: Unconditionally copy pfmemalloc in __skb_clone() | Stefano Brivio | 1 | -2/+1 |
2018-07-12 | net: Don't copy pfmemalloc flag in __copy_skb_header() | Stefano Brivio | 1 | -0/+2 |
2018-07-04 | net: Clear skb->tstamp only on the forwarding path | Jesus Sanchez-Palencia | 1 | -1/+1 |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2018-06-30 | net: cleanup gfp mask in alloc_skb_with_frags | Michal Hocko | 1 | -2/+1 |
2018-06-28 | skbuff: preserve sock reference when scrubbing the skb. | Flavio Leitner | 1 | -1/+0 |
2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller | 1 | -2/+2 |
2018-05-01 | net: Rename and export copy_skb_header | Ilya Lesokhin | 1 | -4/+5 |
2018-04-26 | udp: add udp gso | Willem de Bruijn | 1 | -0/+2 |
2018-04-19 | net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends | Eric Dumazet | 1 | -0/+14 |
2018-04-07 | net: initialize skb->peeked when cloning | Eric Dumazet | 1 | -0/+1 |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2018-03-30 | net: Fix untag for vlan packets without ethernet header | Toshiaki Makita | 1 | -2/+4 |
2018-03-25 | net: permit skb_segment on head_frag frag_list skb | Yonghong Song | 1 | -5/+22 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
2018-03-16 | skbuff: Fix not waking applications when errors are enqueued | Vinicius Costa Gomes | 1 | -1/+1 |
2018-03-16 | net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off | Toshiaki Makita | 1 | -2/+5 |
2018-03-09 | net: use skb_is_gso_sctp() instead of open-coding | Daniel Axtens | 1 | -1/+1 |