summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng1-0/+6
2021-05-19ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()Gustavo A. R. Silva1-1/+1
2021-05-19flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()Gustavo A. R. Silva1-2/+4
2021-05-19sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva1-1/+1
2021-05-19mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach1-0/+5
2021-05-19ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-19Bluetooth: check for zapped sk before connectingArchie Pusaka1-0/+8
2021-05-19net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov1-1/+3
2021-05-19net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-05-19Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa1-0/+2
2021-05-19Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka1-0/+2
2021-05-19Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg1-1/+1
2021-05-19tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-05-14sctp: delay auto_asconf init until binding the first addrXin Long1-14/+17
2021-05-14Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long1-5/+8
2021-05-14net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart1-0/+4
2021-05-14net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong1-0/+2
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2-30/+15
2021-05-14vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-05-14vsock/vmci: log once the failed queue pair allocationStefano Garzarella1-2/+1
2021-05-14netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso1-0/+44
2021-05-14netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2-6/+45
2021-05-14netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso1-2/+3
2021-05-14net/packet: remove data races in fanout operationsEric Dumazet2-7/+10
2021-05-14net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2-14/+28
2021-05-14mac80211: bail out if cipher schemes are invalidJohannes Berg1-2/+5
2021-05-14net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang1-0/+2
2021-05-14udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-0/+3
2021-05-14inet: use bigger hash table for IP ID generationEric Dumazet1-14/+28
2021-05-14Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina1-4/+0
2021-05-14xsk: Respect device's headroom and tailroom on generic xmit pathAlexander Lobakin1-1/+7
2021-05-14cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg1-0/+2
2021-05-14net/nfc: fix use-after-free llcp_sock_bind/connectOr Cohen1-0/+4
2021-05-14bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma1-4/+8
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-1/+2
2021-05-11Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-05-07net: qrtr: Avoid potential use after free in MHI sendBjorn Andersson1-3/+5
2021-05-07netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart1-8/+2
2021-04-21gro: ensure frag0 meets IP header alignmentEric Dumazet1-1/+2
2021-04-21ethtool: pause: make sure we init driver statsJakub Kicinski1-4/+4
2021-04-21net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart1-3/+13
2021-04-21net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-04-21net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-04-21netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet1-2/+2
2021-04-21netfilter: arp_tables: add pre_exit hook for table unregisterFlorian Westphal2-3/+16
2021-04-21netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal4-6/+48
2021-04-21netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso1-0/+1
2021-04-21netfilter: flowtable: fix NAT IPv6 offload manglingPablo Neira Ayuso1-3/+3