summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-04seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi1-0/+17
2020-08-04tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang1-0/+2
2020-08-04tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin1-3/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller33-92/+143
2020-08-04appletalk: Fix atalk_proc_init() return pathVincent Duvert1-0/+2
2020-08-04net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-04net: Use __skb_pagelen() directly in skb_cow_data()Miaohe Lin1-1/+1
2020-08-04net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-04net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov1-0/+2
2020-08-04ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-04ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-08-04net: openvswitch: make masks cache size configurableEelco Chaudron3-14/+114
2020-08-04net: openvswitch: add masks cache hit counterEelco Chaudron4-7/+23
2020-08-04ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh1-2/+1
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu3-2/+8
2020-08-02netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso1-9/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller28-111/+243
2020-08-02netfilter: nf_tables: extended netlink error reporting for expressionsPablo Neira Ayuso1-1/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds26-95/+194
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller31-192/+355
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu2-5/+133
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-52/+95
2020-08-01tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2-2/+6
2020-08-01mptcp: enable JOIN requests even if cookies are in useFlorian Westphal6-0/+174
2020-08-01tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal3-11/+35
2020-08-01mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal3-1/+76
2020-08-01mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal1-5/+6
2020-08-01mptcp: subflow: split subflow_init_reqFlorian Westphal1-10/+22
2020-08-01mptcp: token: move retry to callerFlorian Westphal2-9/+12
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2-3/+2
2020-08-01rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye1-1/+2
2020-08-01net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva1-14/+6
2020-08-01hsr: Use %pM format specifier for MAC addressesAndy Shevchenko1-8/+2
2020-08-01net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin1-2/+1
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian1-2/+2
2020-08-01bluetooth: sco: Fix sockptr reference.David S. Miller1-1/+1
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-149/+1465
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu2-4/+4
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg1-6/+5
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu1-1/+3
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg3-10/+7
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2-23/+39
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2-34/+35
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef7-22/+18