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