aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-08-03appletalk: Fix atalk_proc_init() return pathVincent Duvert
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-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi
2020-08-03net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal
2020-07-31mptcp: subflow: split subflow_init_reqFlorian Westphal
2020-07-31mptcp: token: move retry to callerFlorian Westphal
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2020-07-31rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye
2020-07-31net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva
2020-07-31hsr: Use %pM format specifier for MAC addressesAndy Shevchenko
2020-07-31net: Pass NULL to skb_network_protocol() when we don't care about vlan depthMiaohe Lin
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-31bluetooth: sco: Fix sockptr reference.David S. Miller
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-07-31Bluetooth: Remove CRYPTO_ALG_INTERNAL flagHerbert Xu
2020-07-31Bluetooth: Increment management interface revisionMarcel Holtmann
2020-07-31mac80211: warn only once in check_sdata_in_driver() at each callerJohannes Berg
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef
2020-07-31mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef
2020-07-31mac80211: do not overwrite the sequence number if requestedMathy Vanhoef
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef
2020-07-31mac80211: never drop injected frames even if normally not allowedMathy Vanhoef
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh
2020-07-31mac80211: calculate skb hash early when using itxqFelix Fietkau