summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-123-5/+8
* vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-121-3/+7
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-121-10/+18
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-121-1/+1
* llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2020-01-121-2/+2
* rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki2020-01-121-2/+5
* netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2020-01-121-0/+3
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-122-3/+8
* Bluetooth: delete a stray unlockDan Carpenter2020-01-121-3/+1
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* net: icmp: fix data-race in cmp_global_allow()Eric Dumazet2020-01-041-5/+6
* netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet2020-01-041-0/+3
* netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2020-01-041-17/+16
* sctp: fully initialize v4 addr in some functionsXin Long2020-01-041-0/+4
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2020-01-041-1/+1
* af_packet: set defaule value for tmoMao Wenan2020-01-041-1/+2
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2020-01-041-1/+8
* inet: protect against too small mtu values.Eric Dumazet2019-12-213-11/+11
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-211-14/+15
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-211-0/+6
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-211-6/+0
* appletalk: Set error code if register_snap_client failedYueHaibing2019-12-211-0/+1
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-212-11/+24
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2019-12-211-1/+1
* net/x25: fix null_x25_address handlingMartin Schiller2019-12-211-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2019-12-211-1/+1
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-054-4/+5
* tipc: fix link name length checkJohn Rutherford2019-12-051-2/+2
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-051-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-051-1/+4
* openvswitch: fix flow command message sizePaolo Abeni2019-12-051-1/+5
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-12-051-1/+1
* decnet: fix DN_IFREQ_SIZEJohannes Berg2019-12-051-1/+1
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-051-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-051-4/+9
* tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-12-051-1/+3
* tipc: fix a missing check of genlmsg_putKangjie Lu2019-12-051-0/+2
* net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2019-12-051-1/+2
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2019-12-051-1/+6
* Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman2019-11-291-4/+2
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2019-11-281-2/+4
* net: do not abort bulk send on BQL statusEric Dumazet2019-11-281-1/+1
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-11-281-0/+1
* net: fix warning in af_unixKyeongdon Kim2019-11-281-0/+2
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-281-0/+16
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-11-281-2/+3
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2019-11-251-1/+1