summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-262-13/+0
| | * | | | | bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-261-0/+31
| | * | | | | bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-261-0/+43
| | * | | | | bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-261-6/+163
| | * | | | | bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-261-74/+91
| | * | | | | bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-262-73/+90
| | * | | | | bpf: Implement bpf iterator for sock local storage mapYonghong Song2020-07-261-0/+206
| | * | | | | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-262-4/+4
| | * | | | | bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-264-8/+24
| | * | | | | udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki2020-07-261-3/+0
| * | | | | | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-042-8/+68
| |\ \ \ \ \ \
| | * | | | | | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-032-8/+68
| * | | | | | | mptcp: fix bogus sendmsg() return code under pressurePaolo Abeni2020-08-041-2/+1
| * | | | | | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-041-3/+5
| * | | | | | | devlink: Add early_drop trapAmit Cohen2020-08-041-0/+1
| * | | | | | | fib: Fix undef compile warningYueHaibing2020-08-041-1/+1
| * | | | | | | mptcp: use mptcp_for_each_subflow in mptcp_stream_acceptGeliang Tang2020-08-041-1/+1
| * | | | | | | Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/sc...David S. Miller2020-08-045-6/+12
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain2020-08-031-0/+3
| | * | | | | | | mac80211: fix misplaced while instead of ifJohannes Berg2020-08-031-1/+1
| | * | | | | | | nl80211: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-2/+1
| | * | | | | | | mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin2020-08-031-1/+2
| | * | | | | | | mac8211: fix struct initialisationJohn Crispin2020-08-031-1/+1
| | * | | | | | | mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-1/+4
| | |/ / / / / /
| * | | | | | | seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi2020-08-041-0/+17
| * | | | | | | tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang2020-08-041-0/+2
| * | | | | | | tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin2020-08-041-3/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-0433-92/+143
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso2020-08-021-9/+7
| | * | | | | | | netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso2020-08-021-1/+6
| | * | | | | | | netfilter: ip6tables: Remove redundant null checksGaurav Singh2020-07-294-8/+4
| | * | | | | | | netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-298-9/+9
| | * | | | | | | netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2217-36/+34
| | * | | | | | | ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-223-27/+81
| | * | | | | | | netfilter: nf_tables: Fix a use after free in nft_immediate_destroy()Dan Carpenter2020-07-151-2/+2
| * | | | | | | | appletalk: Fix atalk_proc_init() return pathVincent Duvert2020-08-041-0/+2
| * | | | | | | | net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin2020-08-041-2/+1
| * | | | | | | | net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin2020-08-041-1/+1
| * | | | | | | | net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-041-2/+11
| * | | | | | | | net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov2020-08-041-0/+2
| * | | | | | | | ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot2020-08-041-12/+12
| * | | | | | | | ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot2020-08-041-1/+1
| * | | | | | | | net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-043-14/+114
| * | | | | | | | net: openvswitch: add masks cache hit counterEelco Chaudron2020-08-044-7/+23
| * | | | | | | | ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh2020-08-041-2/+1
| * | | | | | | | openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-041-18/+20
| * | | | | | | | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-043-2/+8
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-0228-111/+243
| |\ \ \ \ \ \ \
| * | | | | | | | mptcp: fix syncookie build error on UPFlorian Westphal2020-08-011-3/+1
| * | | | | | | | fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez2020-08-011-0/+6