aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko
2020-08-18net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin
2020-08-17Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"David S. Miller
2020-08-16net: devlink: Remove overzealous WARN_ON with snapshotsAndrew Lunn
2020-08-16net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-16net: xdp: pull ethernet header off packet after computing skb->protocolJason A. Donenfeld
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-13bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend
2020-08-13bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend
2020-08-12bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXISTAndrii Nakryiko
2020-08-12net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet
2020-08-11net: Fix potential memory leak in proto_register()Miaohe Lin
2020-08-08net: Use helper function ip_is_fragment()Miaohe Lin
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song
2020-08-06net: sock: add sock_set_markAlexander Aring
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel
2020-08-03devlink: Add early_drop trapAmit Cohen
2020-08-03fib: Fix undef compile warningYueHaibing
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-07-31net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin
2020-07-30devlink: ignore -EOPNOTSUPP errors on dumpitJakub Kicinski
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-29fib: fix fib_rules_ops indirect calls wrappersBrian Vazquez
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-25bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko
2020-07-25bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko