summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-231-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-221-0/+72
* | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-221-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/+1Star
* 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/+4Star
|\ \ | |/ |/|
| * bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-111-8/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-171-181/+363
|\ \
| * | bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2019-02-141-1/+2
| * | bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-141-5/+43
| * | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-0/+79
| * | bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau2019-02-111-160/+127Star
| * | bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-111-22/+77
| * | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-111-0/+42
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-0/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-291-0/+22
|\ \ | |/ |/|
| * bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+1
| * bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2019-01-241-0/+21
* | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-201-10/+11
* | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
* | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
* | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
|/
* bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-01-101-1/+1
* bpf: skmsg, replace comments with BUILD bugJohn Fastabend2018-12-201-0/+3
* bpf: sk_msg, improve offset chk in _is_valid_accessJohn Fastabend2018-12-201-7/+14
* bpf: sockmap, metadata support for reporting size of msgJohn Fastabend2018-12-191-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-0/+16
|\
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-13/+14
|\ \ | |/ |/|
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-011-5/+6
| * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-011-8/+8
| * bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2Star
* | bpf: helper to pop data from messagesJohn Fastabend2018-11-281-0/+171
* | bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller2018-11-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-22/+184
|\ \