summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-131-0/+3
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-271-0/+4
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-101-0/+10
* unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2018-11-101-0/+7
* rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann2018-11-101-4/+7
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-11-101-0/+6
* neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-10-131-5/+8
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-281-2/+2
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-281-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-281-0/+2
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-131-4/+4
* net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-05-301-2/+4
* net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-05-301-2/+5
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-05-161-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2018-05-161-0/+1
* net: fool proof dev_valid_name()Eric Dumazet2018-04-131-1/+1
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-131-1/+1
* skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld2018-04-131-23/+42
* net: move somaxconn init from sysctl codeRoman Kapl2018-04-132-2/+19
* neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2018-04-131-4/+10
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-04-081-1/+1
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-03-111-2/+9
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall2018-01-311-2/+2
* net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-311-4/+15
* net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck2017-12-251-2/+4
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-12-201-0/+1
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch2017-10-211-0/+2
* net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-10-081-0/+3
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-08-111-1/+2
* net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-08-111-0/+1
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-08-111-3/+4
* net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-08-111-3/+9
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-07-211-2/+2
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-07-051-0/+14
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-6/+6
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-05-081-2/+2
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-081-2/+8
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-081-1/+2
* socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-04-221-0/+6
* net: properly release sk_frag.pageEric Dumazet2017-04-221-5/+5
* net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet2017-04-181-7/+8
* net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet2017-04-181-7/+8