summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-191-5/+7
* mptcp: fix splat when closing unaccepted socketPaolo Abeni2021-05-191-2/+1
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-191-1/+9
* netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-191-2/+2
* netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-191-0/+2
* smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-191-1/+3
* ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera2021-05-191-1/+2
* xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo2021-05-191-4/+3
* netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-191-19/+69
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-191-1/+2
* sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-191-6/+5
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-05-191-5/+20
* xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-05-191-1/+0
* xprtrdma: Fix cwnd update orderingChuck Lever2021-05-193-7/+8
* xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-05-191-0/+1
* SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-05-191-1/+2
* SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-05-191-1/+1
* SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-05-191-2/+2
* SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-05-191-2/+0
* SUNRPC: Move fault injection call sitesChuck Lever2021-05-193-5/+8
* net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-05-191-0/+6
* ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva2021-05-191-1/+1
* mac80211: properly drop the connection in case of invalid CSA IEEmmanuel Grumbach2021-05-191-5/+2
* flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva2021-05-191-2/+4
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-05-191-1/+1
* mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-05-191-0/+5
* mac80211: Set priority and queue mapping for injected framesJohan Almbladh2021-05-191-11/+9
* Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler2021-05-191-1/+0
* ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-191-1/+1
* Bluetooth: check for zapped sk before connectingArchie Pusaka2021-05-191-0/+8
* net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov2021-05-191-1/+3
* net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-05-191-18/+18
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-05-191-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-05-191-0/+2
* Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg2021-05-191-1/+1
* tipc: convert dest node's address to network orderHoang Le2021-05-191-1/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-141-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-141-5/+8
* net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-141-0/+4
* net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-05-141-0/+2
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-05-142-30/+15
* vsock/virtio: free queued packets when closing socketStefano Garzarella2021-05-141-9/+19
* gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin2021-05-141-4/+4
* vsock/vmci: log once the failed queue pair allocationStefano Garzarella2021-05-141-2/+1
* netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso2021-05-141-0/+44
* netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2021-05-142-6/+45
* netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso2021-05-141-2/+3
* mptcp: fix format specifiers for unsigned intGeliang Tang2021-05-141-2/+2
* net/packet: remove data races in fanout operationsEric Dumazet2021-05-142-7/+10
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-05-141-2/+5