summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-11-131-0/+1
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-11-041-2/+3
* ethtool: fix a privilege escalation bugWenwen Wang2018-11-041-2/+6
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-041-2/+3
* net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-10-181-0/+1
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-181-0/+6
* rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-181-9/+20
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-181-2/+26
* neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-291-5/+8
* tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2018-09-261-3/+0
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-09-191-0/+14
* net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-09-191-1/+5
* net: speed up skb_rbtree_purge()Eric Dumazet2018-09-191-4/+7
* bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-09-051-1/+1
* net: propagate dev_get_valid_name return codeLi RongQing2018-08-241-2/+2
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* net: skb_segment() should not return NULLEric Dumazet2018-07-281-5/+5
* skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-251-2/+1
* net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-251-0/+2
* gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-251-2/+14
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-111-4/+4
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-06-111-3/+3
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-111-1/+1
* 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: ethtool: don't ignore return from driver get_fecparam methodEdward Cree2018-05-301-1/+4
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-251-1/+1
* 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
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-291-1/+1
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-291-10/+18
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-291-4/+8
* net: fool proof dev_valid_name()Eric Dumazet2018-04-121-1/+1
* net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-04-121-1/+1
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-311-1/+1
* net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-311-7/+15
* devlink: Remove redundant free on error pathArkadi Sharshevsky2018-03-311-12/+4
* net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-03-081-0/+1
* net: fix race on decreasing number of TX queuesJakub Kicinski2018-03-081-2/+9
* net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-02-251-0/+4
* net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2018-02-251-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-222-7/+0
* soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet2018-02-131-15/+20
* Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-131-4/+1
* bpf: fix 32-bit divide by zeroAlexei Starovoitov2018-01-311-0/+4
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-312-4/+8
* flow_dissector: properly cap thoff fieldEric Dumazet2018-01-311-2/+1
* net: qdisc_pkt_len_init() should be more robustEric Dumazet2018-01-311-4/+15