summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-05-30net: Fix untag for vlan packets without ethernet headerToshiaki Makita1-2/+4
2018-05-30net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita1-2/+5
2018-05-16net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet1-2/+2
2018-05-16net: initialize skb->peeked when cloningEric Dumazet1-0/+1
2018-04-13net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-13net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-04-13skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2018-04-13net: move somaxconn init from sysctl codeRoman Kapl2-2/+19
2018-04-13neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka1-4/+10
2018-04-08skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-03-11net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2017-12-25net: Do not allow negative values for busy_read and busy_poll sysctl interfacesAlexander Duyck1-2/+4
2017-12-20net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-21net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-10-08net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-08-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-11net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9
2017-07-21net: prevent sign extension in dev_get_stats()Eric Dumazet1-2/+2
2017-07-05Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen1-0/+14
2017-07-05net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet1-6/+6
2017-05-08net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2017-05-08netpoll: Check for skb->queue_mappingTushar Dave1-2/+8
2017-05-08net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-04-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-04-22net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-04-18net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-04-18net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2017-04-18net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2017-04-18net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2017-04-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-08net:Add sysctl_max_skb_fragsHans Westgaard Ry2-0/+12
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-07-12net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-04-12net: Fix skb_set_peeked use-after-free bugHerbert Xu1-6/+7
2016-04-12net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2016-02-15net: bpf: reject invalid shiftsRabin Vincent1-0/+5
2016-02-15net: possible use after free in dst_releaseFrancesco Ruggeri1-1/+2
2016-01-22net: check both type and procotol for tcp socketsWANG Cong2-2/+4
2016-01-16skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2016-01-16vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2