summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-10-18net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-2/+26
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch1-3/+0
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-09-05bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
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-28net: skb_segment() should not return NULLEric Dumazet1-5/+5
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-07-25gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
2018-06-11rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-11net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-06-11ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
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-30net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree1-1/+4
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-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-29vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1
2018-04-29net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller1-10/+18
2018-04-29net: validate attribute sizes in neigh_dump_table()Eric Dumazet1-4/+8
2018-04-12net: fool proof dev_valid_name()Eric Dumazet1-1/+1
2018-04-12net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet1-1/+1
2018-03-31skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes1-1/+1
2018-03-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet1-7/+15
2018-03-31devlink: Remove redundant free on error pathArkadi Sharshevsky1-12/+4
2018-03-09net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet1-0/+1
2018-03-09net: fix race on decreasing number of TX queuesJakub Kicinski1-2/+9
2018-02-25net_sched: gen_estimator: fix lockdep splatEric Dumazet1-0/+4
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2-7/+0
2018-02-13soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet1-15/+20
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-4/+1
2018-01-31bpf: fix 32-bit divide by zeroAlexei Starovoitov1-0/+4
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2-4/+8
2018-01-31flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2018-01-31net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2018-01-31net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall1-2/+2
2018-01-17ethtool: do not print warning for applications using legacy APIStephen Hemminger1-13/+2
2018-01-17net: core: fix module type in sock_diag_bindAndrii Vladyka1-1/+1
2018-01-02skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2018-01-02skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2