summaryrefslogtreecommitdiff
path: root/net/core (follow)
Commit message (Expand)AuthorAge
* net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-11-26
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-09
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-08
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-20
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-30
* fib: Return the correct errno codeZheng Yongjun2021-06-30
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-30
* neighbour: Disregard DEAD dst in neigh_updateTong Zhu2021-04-28
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-30
* pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-03-07
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-03-07
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-30
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-23
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-17
* net: Have netpoll bring-up DSA management interfaceFlorian Fainelli2020-11-24
* neigh_stat_seq_next() should increase position indexVasily Averin2020-10-01
* net: disable netpoll on fresh napisJakub Kicinski2020-09-12
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-03
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-26
* net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-31
* net: core: reduce recursion limit valueTaehee Yoo2020-06-29
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-29
* net: fix memleak in register_netdevice()Yang Yingliang2020-06-29
* net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish2020-06-29
* sched/rt, net: Use CONFIG_PREEMPTION.patchThomas Gleixner2020-06-29
* net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2020-06-03
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-20
* drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-20
* net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani2020-05-10
* rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2020-05-10
* flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck2020-05-10
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2020-05-10
* dccp: limit sk_filter trim to payloadWillem de Bruijn2020-05-10
* net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-03-11
* net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary2020-02-05
* net: neigh: use long type to store jiffies deltaEric Dumazet2020-01-29
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-12
* inet: protect against too small mtu values.Eric Dumazet2019-12-21
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-05
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-05
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-05
* net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2019-12-05
* Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman2019-11-29
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2019-11-28
* net: do not abort bulk send on BQL statusEric Dumazet2019-11-28
* net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-28
* net/flow_dissector: switch to siphashEric Dumazet2019-11-10
* net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet2019-11-10
* net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-11-10
* net: Fix null de-reference of device refcountSubash Abhinov Kasiviswanathan2019-09-21