summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-20rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+19
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
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-26sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
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-29net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller1-10/+18
2018-04-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-29net: validate attribute sizes in neigh_dump_table()Eric Dumazet1-4/+8
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: only inherit relevant tx_flagsWillem de Bruijn1-4/+6
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-03-31skbuff: 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: dst_cache_per_cpu_dst_set() can be staticWu Fengguang1-4/+4
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-02-25net: add dst_cache supportPaolo Abeni2-0/+169
2018-02-03bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+4
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2-1/+9
2018-01-31flow_dissector: properly cap thoff fieldEric Dumazet1-2/+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
2018-01-17net: core: fix module type in sock_diag_bindAndrii Vladyka1-1/+1
2018-01-02sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2018-01-02net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
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-07net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-08-07net: reduce skb_warn_bad_offload() noiseEric Dumazet1-3/+9