summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-23xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-23mptcp: sendmsg: reset iter on errorFlorian Westphal1-2/+6
2020-09-17cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal1-3/+5
2020-09-17mac80211: reduce packet loss event false positivesFelix Fietkau2-18/+17
2020-09-17wireless: fix wrong 160/80+80 MHz settingShay Bar1-4/+11
2020-09-17netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio1-1/+33
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-4/+35
2020-09-12mptcp: free acked data before waiting for more memoryFlorian Westphal1-2/+1
2020-09-12net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-09-12tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-09-12netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-09-12ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel1-1/+2
2020-09-12ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+2
2020-09-09cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-09-09Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou1-1/+1
2020-09-09net/packet: fix overflow in tpacket_rcvOr Cohen1-1/+6
2020-09-09netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal2-17/+11
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso4-38/+39
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-1/+3
2020-09-09netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso1-1/+2
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-3/+13
2020-09-09rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells5-71/+132
2020-09-09rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells1-10/+11
2020-09-09batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna1-1/+4
2020-09-09batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing1-5/+6
2020-09-09batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann1-2/+4
2020-09-05nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg1-1/+1
2020-09-05netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...Stefano Brivio1-9/+14
2020-09-03can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel1-1/+14
2020-09-03netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2-5/+6
2020-09-03net: openvswitch: introduce common code for flushing flowsTonghao Zhang3-21/+27
2020-09-03netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso1-9/+7
2020-08-27netlink: fix state reallocation in policy exportJohannes Berg1-0/+3
2020-08-27ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy1-7/+4
2020-08-27ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy1-1/+2
2020-08-27ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy1-4/+7
2020-08-27tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-08-27tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long1-0/+2
2020-08-27net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-08-27net: sctp: Fix negotiation of the number of data streams.David Laight1-2/+4
2020-08-27net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-08-27net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran1-9/+11
2020-08-27net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov1-1/+4
2020-08-27net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-08-27gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9