aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/filter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-23/+102
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+12
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-24bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn1-0/+8
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev1-23/+82
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+4
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern1-14/+12
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern1-5/+5
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern1-1/+1
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern1-17/+17
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-16bpf: allow clearing all sock_ops callback flagsViet Hoang Tran1-2/+1
2019-04-16bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn1-0/+3
2019-04-12bpf: Check address length before reading address familyTetsuo Handa1-0/+2
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+8
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire1-4/+8
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern1-3/+14
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-2/+2
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-4/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+3
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-6/+6
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev1-13/+3
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal1-3/+3
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-3/+3
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-4/+4
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-1/+1
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn1-1/+1
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov1-0/+2
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn1-5/+61
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn1-11/+27
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn1-18/+20
2019-03-22bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn1-1/+1
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer1-0/+72
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-22/+122
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau1-0/+21
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau1-5/+1
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn1-4/+4
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+41
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo1-0/+28
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+4
2019-02-19bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer1-3/+13
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-181/+363
2019-02-13bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov1-1/+2
2019-02-13bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov1-5/+43
2019-02-10bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn1-8/+4
2019-02-10bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau1-0/+79
2019-02-10bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau1-160/+127
2019-02-10bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau1-22/+77