summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-10-09af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar
2021-07-20net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior
2021-06-30rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel
2021-06-30fib: Return the correct errno codeZheng Yongjun
2021-06-30rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-04-28neighbour: Disregard DEAD dst in neigh_updateTong Zhu
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-07pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu
2021-03-07net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver
2021-01-30skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
2020-11-24net: Have netpoll bring-up DSA management interfaceFlorian Fainelli
2020-10-01neigh_stat_seq_next() should increase position indexVasily Averin
2020-09-12net: disable netpoll on fresh napisJakub Kicinski
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin
2020-08-26net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-07-31net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-06-29net: core: reduce recursion limit valueTaehee Yoo
2020-06-29net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-29net: fix memleak in register_netdevice()Yang Yingliang
2020-06-29net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish
2020-06-29sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner
2020-06-03net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-10net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2020-05-10rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2020-05-10flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck
2020-05-10GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2020-05-10dccp: limit sk_filter trim to payloadWillem de Bruijn
2020-03-11net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2020-02-05net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-01-29net: neigh: use long type to store jiffies deltaEric Dumazet
2020-01-12net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet
2019-11-28net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-09-21net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan
2019-09-10net: fix skb use after free in netpollFeng Sun