summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter
2021-05-22bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming
2021-05-19mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)
2021-05-19mptcp: fix splat when closing unaccepted socketPaolo Abeni
2021-05-19netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet
2021-05-19netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-05-19netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2021-05-19ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera
2021-05-19xsk: Fix for xp_aligned_validate_desc() when len == chunk_sizeXuan Zhuo
2021-05-19netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso
2021-05-19sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers
2021-05-19sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long
2021-05-19xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever
2021-05-19xprtrdma: Fix cwnd update orderingChuck Lever
2021-05-19xprtrdma: Avoid Receive Queue wrappingChuck Lever
2021-05-19SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter
2021-05-19SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion
2021-05-19SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever
2021-05-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng
2021-05-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva
2021-05-19flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva
2021-05-19sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-05-19mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach
2021-05-19ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-19Bluetooth: check for zapped sk before connectingArchie Pusaka
2021-05-19net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov
2021-05-19net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean
2021-05-19Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa
2021-05-19Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka
2021-05-19Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg
2021-05-19tipc: convert dest node's address to network orderHoang Le
2021-05-14sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-14Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-05-14net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart
2021-05-14net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing
2021-05-14vsock/virtio: free queued packets when closing socketStefano Garzarella
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin
2021-05-14vsock/vmci: log once the failed queue pair allocationStefano Garzarella
2021-05-14netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso
2021-05-14netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso
2021-05-14netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso
2021-05-14net/packet: remove data races in fanout operationsEric Dumazet