summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2019-05-25net: avoid weird emergency messageEric Dumazet1-1/+1
2019-05-21fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...")Greg Kroah-Hartman1-0/+1
2019-05-16fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Hangbin Liu1-3/+3
2019-04-17net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-17/+30
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-03-14net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-02-27netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke1-1/+1
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens1-13/+50
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-0/+3
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-05net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata1-0/+4
2018-11-23net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-23flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-13cgroup, netclassid: add a preemption point to write_classidMichal Hocko1-0/+1
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-11-10net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis1-2/+3
2018-11-10ethtool: fix a privilege escalation bugWenwen Wang1-2/+6
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti1-2/+3
2018-10-18net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-10-18net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-10-18net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
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-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-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-25sock_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-31net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet1-7/+15