summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-23/+102
|\
| * bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+12
| * bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn2019-04-241-0/+8
| * flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-231-23/+82
* | ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern2019-04-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-2/+4
|\
| * bpf: allow clearing all sock_ops callback flagsViet Hoang Tran2019-04-161-2/+1
| * bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn2019-04-161-0/+3
* | ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-171-14/+12
* | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-171-5/+5
* | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-171-1/+1
* | ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-171-17/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+2
|\ \ | |/ |/|
| * bpf: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-111-4/+8
|\ \
| * | bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-111-4/+8
* | | bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern2019-04-081-3/+14
* | | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-2/+2
* | | ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-081-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-13/+3
|\ \ \ | | |/ | |/|
| * | flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
* | | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-6/+6
* | | net: place xmit recursion in softnet dataFlorian Westphal2019-04-011-3/+3
* | | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-0/+1
* | | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-3/+3
* | | ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-4/+4
* | | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-1/+1
| |/ |/|
* | bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn2019-03-241-1/+1
* | bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov2019-03-221-0/+2
* | bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn2019-03-221-5/+61
* | bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn2019-03-221-11/+27
* | bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn2019-03-221-18/+20
* | bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn2019-03-221-1/+1
* | bpf: add helper to check for a valid SYN cookieLorenz Bauer2019-03-211-0/+72
* | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-211-22/+122
|/
* bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-131-0/+21
* bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-5/+1
* bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-3/+41
|\
| * bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-0/+28
| * bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-8/+4
|\ \ | |/ |/|
| * bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-161-181/+363
|\ \
| * | bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2019-02-131-1/+2
| * | bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-131-5/+43
| * | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-0/+79
| * | bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau2019-02-101-160/+127
| * | bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-101-22/+77
| * | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-0/+42
OpenPOWER on IntegriCloud