summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2023-04-28tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet-6/+14
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-379/+817
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+3
2023-04-25tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima-0/+3
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-12/+11
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean-7/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet-5/+4
2023-04-23net: add debugging checks in skb_attempt_defer_free()Eric Dumazet-0/+3
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+2
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon-0/+1
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal-0/+1
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel-1/+1
2023-04-20net: extend drop reasons for multiple subsystemsJohannes Berg-12/+80
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro-12/+11
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski-4/+5
2023-04-20page_pool: unlink from napi during destroyJakub Kicinski-1/+17
2023-04-19page_pool: add DMA_ATTR_WEAK_ORDERING on all mappingsJakub Kicinski-2/+3
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski-2/+1
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski-0/+2
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann-0/+1
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski-4/+18
2023-04-14net: skb: plumb napi state thru skb freeing pathsJakub Kicinski-18/+20
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky-3/+6
2023-04-13Daniel Borkmann says:Jakub Kicinski-55/+25
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+28
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann-6/+4
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer-1/+9
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen-8/+8
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi-3/+10
2023-04-12bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu-4/+6
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean-11/+3
2023-04-07net: make SO_BUSY_POLL available to all usersEric Dumazet-9/+4
2023-04-07net: openvswitch: fix race on port outputFelix Huettner-0/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+18
2023-04-05net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)-2/+2
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov-3/+3
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov-8/+5
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov-6/+0
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean-7/+17
2023-04-03net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use itVladimir Oltean-2/+5
2023-04-03net: move copy_from_user() out of net_hwtstamp_validate()Vladimir Oltean-9/+9
2023-04-03net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlersVladimir Oltean-13/+26
2023-04-03net: simplify handling of dsa_ndo_eth_ioctl() return codeVladimir Oltean-1/+1
2023-04-03net: don't abuse "default" case for unknown ioctl in dev_ifsioc()Vladimir Oltean-23/+19
2023-04-02net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski-1/+18
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet-4/+18