summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2020-01-04netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet1-0/+3
2020-01-04netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal1-17/+16
2020-01-04sctp: fully initialize v4 addr in some functionsXin Long1-0/+4
2020-01-04net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2020-01-04af_packet: set defaule value for tmoMao Wenan1-1/+2
2020-01-04Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-12-21inet: protect against too small mtu values.Eric Dumazet3-11/+11
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-21net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov1-0/+6
2019-12-21sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov1-6/+0
2019-12-21appletalk: Set error code if register_snap_client failedYueHaibing1-0/+1
2019-12-21appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2-11/+24
2019-12-21tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-12-21net/x25: fix null_x25_address handlingMartin Schiller1-6/+10
2019-12-21net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller1-1/+1
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-4/+5
2019-12-05tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-12-05decnet: fix DN_IFREQ_SIZEJohannes Berg1-1/+1
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-12-05tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2019-12-05tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman1-4/+2
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-11-28SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-11-28net: fix warning in af_unixKyeongdon Kim1-0/+2
2019-11-28net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-0/+16
2019-11-28net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-2/+3
2019-11-25mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2019-11-25nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski1-1/+1
2019-11-25SUNRPC: Fix priority queue fairnessTrond Myklebust1-55/+54
2019-11-25net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2019-11-25Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2019-11-25llc: avoid blocking in llc_sap_close()Cong Wang1-3/+1
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-10net/flow_dissector: switch to siphashEric Dumazet5-47/+42
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1