summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-271-1/+1
* net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-231-1/+39
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+7
* 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
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-231-1/+1
* 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
* esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-232-12/+2
* udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-231-1/+1
* netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-191-0/+1
* netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-191-0/+3
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-191-1/+1
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-171-0/+6
* net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-171-3/+2
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-5/+5
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski2021-01-171-1/+2
* 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
* netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2021-01-123-3/+3
* net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2021-01-121-5/+18
* net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2021-01-121-0/+7
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* erspan: fix version 1 check in gre_parse_header()Cong Wang2021-01-121-1/+1
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2021-01-121-7/+22
* net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2021-01-121-0/+6
* net/ncsi: Use real net-device for response handlerJohn Wang2021-01-121-1/+1
* lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-301-4/+4
* cfg80211: initialize rekey_dataSara Sharon2020-12-301-1/+1
* mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-301-4/+10
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-304-16/+55
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-301-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-301-7/+5
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-304-55/+36
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2020-12-301-4/+4
* net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-301-1/+3
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-301-3/+6
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-301-1/+2
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-301-3/+1
* netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-12-111-1/+2
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-081-2/+4
* net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-081-3/+13
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-12-081-2/+5
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-12-081-1/+4
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-12-081-0/+5
* sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-12-081-1/+1