summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-03-23net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-11-10unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2018-11-10rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2018-11-10rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-08-28net: propagate dev_get_valid_name return codeLi RongQing
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-28skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-28net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita
2018-05-16net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2018-05-16net: initialize skb->peeked when cloningEric Dumazet
2018-04-13net: fool proof dev_valid_name()Eric Dumazet
2018-04-13net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld
2018-04-13net: move somaxconn init from sysctl codeRoman Kapl
2018-04-13neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka
2018-04-08skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet
2017-12-25net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-21net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller
2017-08-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-08-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-07-05Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet
2017-05-08net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2017-05-08netpoll: Check for skb->queue_mappingTushar Dave
2017-05-08net: neigh: guard against NULL solicit() methodEric Dumazet
2017-04-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-04-22net: properly release sk_frag.pageEric Dumazet
2017-04-18net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet