summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio-0/+5
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-166/+698
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-8/+68
2020-08-03mptcp: fix bogus sendmsg() return code under pressurePaolo Abeni-2/+1
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel-3/+5
2020-08-03devlink: Add early_drop trapAmit Cohen-0/+1
2020-08-03fib: Fix undef compile warningYueHaibing-1/+1
2020-08-03mptcp: use mptcp_for_each_subflow in mptcp_stream_acceptGeliang Tang-1/+1
2020-08-03Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/sc...David S. Miller-6/+12
2020-08-03seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi-0/+17
2020-08-03tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang-0/+2
2020-08-03tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin-3/+1
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-92/+143
2020-08-03appletalk: Fix atalk_proc_init() return pathVincent Duvert-0/+2
2020-08-03net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin-2/+1
2020-08-03net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin-1/+1
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi-2/+11
2020-08-03net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov-0/+2
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot-12/+12
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot-1/+1
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron-14/+114
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron-7/+23
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh-2/+1
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu-2/+8
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+9
2020-08-03bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skbDmitry Yakunin-2/+20
2020-08-03bpf: Setup socket family and addresses in bpf_prog_test_run_skbDmitry Yakunin-0/+21
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+3
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski-8/+68
2020-08-03mac80211: Do not report beacon loss if beacon filtering enabledLoic Poulain-0/+3
2020-08-03netfilter: flowtable: Set offload timeout when adding flowRoi Dayan-0/+2
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan-12/+0
2020-08-03libceph: replace HTTP links with HTTPS onesAlexander A. Klimov-4/+4
2020-08-03libceph: just have osd_req_op_init() return a pointerJeff Layton-23/+16
2020-08-03mac80211: fix misplaced while instead of ifJohannes Berg-1/+1
2020-08-03libceph: dump class and method names on method callsIlya Dryomov-0/+3
2020-08-03libceph: use target_copy() in send_linger()Ilya Dryomov-3/+1
2020-08-03nl80211: use eth_zero_addr() to clear mac addressMiaohe Lin-2/+1
2020-08-03mac80211: use eth_zero_addr() to clear mac addressMiaohe Lin-1/+2
2020-08-03mac8211: fix struct initialisationJohn Crispin-1/+1
2020-08-03mac80211: Handle special status codes in SAE commitJouni Malinen-1/+4
2020-08-02netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso-9/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-111/+243
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko-1/+10
2020-08-02netfilter: nft_meta: fix iifgroup matchingFlorian Westphal-1/+1
2020-08-02netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso-1/+6
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-95/+194
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal-3/+1