summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-7/+61
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-081-2/+2
| |\
| | * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-2/+2
| * | net: add missing documentation in linux/skbuff.hPedro Tammela2019-03-081-5/+59
| |/
* | Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-1/+1
|\ \ | |/ |/|
| * doc: networking: convert offload files into RST and update referencesOtto Sabart2019-01-071-1/+1
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-161-0/+6
| |\ \
| | * | bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-0/+6
| * | | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-151-1/+1
| |/ /
* | | net/skbuff: fix up kernel-doc placementBrian Norris2019-02-121-6/+6
* | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-0/+18
* | | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-0/+5
|\ \ \ | |/ / |/| |
| * | net/flow_dissector: move bpf case into __skb_flow_bpf_dissectStanislav Fomichev2019-01-291-0/+5
| |/
* / net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-0/+3
|\
| * datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg2018-12-131-0/+3
* | net: drop the unused helper skb_ext_get()Paolo Abeni2018-12-211-11/+0
* | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-5/+5
* | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-1/+1
* | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-3/+10
* | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-26/+2
* | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-1/+110
* | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+3
* | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-031-4/+8
* | udp: msg_zerocopyWillem de Bruijn2018-12-031-0/+1
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-1/+17
|\|
| * packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-1/+17
* | net: remove unused skb_send_sock()Cong Wang2018-11-161-1/+0
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-7/+9
* | net/skbuff: add macros for VLAN_PRESENT bitMichał Mirosław2018-11-161-0/+6
* | net: skbuff.h: remove unnecessary unlikely()Yangtao Li2018-11-061-3/+1
|/
* net: skbuff.h: Mark expected switch fall-throughsGustavo A. R. Silva2018-10-171-0/+6
* net: drop unused skb_append_datato_frags()Paolo Abeni2018-10-021-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-251-0/+20
|\
| * flow_dissector: fix build failure without CONFIG_NETWillem de Bruijn2018-09-191-0/+13
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+7
* | tcp: provide earliest departure time in skb->tstampEric Dumazet2018-09-211-1/+1
* | net: Add and use skb_list_del_init().David S. Miller2018-09-101-0/+6
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-0/+5
* | ppp: Remove direct skb_queue_head list pointer access.David S. Miller2018-09-101-0/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-131-0/+1
|\
| * net: Export skb_headers_offset_updateToshiaki Makita2018-08-101-0/+1
* | net: skbuff.h: fix using plain integer as NULL warningYueHaibing2018-08-091-1/+1
|/
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-3/+6
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-08-051-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-5/+5
|\