summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* 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
* 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
* cfg80211: initialize rekey_dataSara Sharon2020-12-291-1/+1
* 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
* 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
* net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-12-111-2/+2
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-241-10/+4
* mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2020-11-242-2/+17
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-241-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-242-22/+4
* net: Have netpoll bring-up DSA management interfaceFlorian Fainelli2020-11-241-4/+18
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-243-5/+5
* net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He2020-11-241-0/+1
* netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore2020-11-241-1/+1
* netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-241-5/+12
* net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit2020-11-241-0/+1
* ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-241-1/+2
* mac80211: always wind down STA stateJohannes Berg2020-11-221-0/+18
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-182-4/+15
* net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-181-1/+1
* net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-181-1/+2
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-181-2/+0
* cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-11-181-1/+1
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-12/+23
* net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-11-181-3/+5
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-11-101-1/+1
* tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le2020-11-101-0/+5
* libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov2020-11-101-0/+5
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-11-101-1/+1