summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-29net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-10-29nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-29net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li2-2/+3
2020-10-29mptcp: initialize mptcp_options_received's ahmacGeliang Tang1-0/+1
2020-10-29icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-10-29tipc: fix incorrect setting window for bcast linkHoang Huu Le1-2/+4
2020-10-29tipc: re-configure queue limit for broadcast linkHoang Huu Le1-1/+5
2020-10-29net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-10-29net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde1-0/+1
2020-10-29can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang1-0/+1
2020-10-29socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-29socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-10-29tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-10-29net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-29net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-10-29net/smc: fix use-after-free of delayed eventsKarsten Graul1-8/+5
2020-10-29net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti3-4/+3
2020-10-29net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-10-29ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern1-1/+3
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2-12/+25
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2-3/+18
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-10-14net_sched: commit action insertions togetherCong Wang1-9/+23
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-10-14net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam1-9/+25
2020-10-14net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-10-14net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-10-14net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-14netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-14tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson1-1/+16
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca1-1/+5
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2