summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-231-3/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-231-2/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-231-4/+1
* netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-231-1/+2
* netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-231-2/+10
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-231-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-233-58/+45
* af_key: relax availability checks for skb size calculationCong Wang2021-02-231-3/+3
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-101-0/+2
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-02-101-1/+2
* NFC: fix possible resource leakPan Bian2021-02-031-0/+1
* NFC: fix resource leak when target index is invalidPan Bian2021-02-031-1/+1
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1
* netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-02-031-1/+3
* wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg2021-02-031-2/+3
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-301-2/+6
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-301-0/+1
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-301-1/+5
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-301-1/+1
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+9
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-231-1/+1
* net: dcb: Validate netlink message in DCB handlerPetr Machata2021-01-231-0/+2
* netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-231-0/+3
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-231-1/+1
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-171-0/+6
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-5/+5
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2021-01-121-0/+3
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2021-01-121-15/+5
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* net/ncsi: Use real net-device for response handlerJohn Wang2021-01-121-1/+1
* l2tp: fix races with ipv4-mapped ipv6 addressesPaolo Abeni2021-01-092-23/+18
* net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2021-01-091-4/+17
* cfg80211: initialize rekey_dataSara Sharon2020-12-291-1/+1
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-294-16/+55
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-291-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-291-7/+5
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-291-3/+1
* net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-291-1/+3
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-291-3/+6
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-111-2/+4
* netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-12-111-2/+5
* rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-12-111-4/+13