index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2023-05-10
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
2023-05-10
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-07
net: skb_partial_csum_set() fix against transport header magic value
Eric Dumazet
2023-04-28
tcp: fix skb_copy_ubufs() vs BIG TCP
Eric Dumazet
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-25
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-23
net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX
Vladimir Oltean
2023-04-23
net: optimize napi_threaded_poll() vs RPS/RFS
Eric Dumazet
2023-04-23
net: make napi_threaded_poll() aware of sd->defer_list
Eric Dumazet
2023-04-23
net: move skb_defer_free_flush() up
Eric Dumazet
2023-04-23
net: do not provide hard irq safety for sd->defer_lock
Eric Dumazet
2023-04-23
net: add debugging checks in skb_attempt_defer_free()
Eric Dumazet
2023-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2023-04-21
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
bridge: Allow setting per-{Port, VLAN} neighbor suppression state
Ido Schimmel
2023-04-20
net: extend drop reasons for multiple subsystems
Johannes Berg
2023-04-20
kill the last remaining user of proc_ns_fget()
Al Viro
2023-04-20
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
2023-04-20
page_pool: unlink from napi during destroy
Jakub Kicinski
2023-04-19
page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings
Jakub Kicinski
2023-04-19
net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set
Jakub Kicinski
2023-04-19
net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set
Jakub Kicinski
2023-04-17
bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
Daniel Borkmann
2023-04-14
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
2023-04-14
net: skb: plumb napi state thru skb freeing paths
Jakub Kicinski
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
2023-04-13
skbuff: Fix a race between coalescing and releasing SKBs
Liang Chen
2023-04-12
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2023-04-12
bpf, sockmap: fix deadlocks in the sockhash and sockmap
Xin Liu
2023-04-09
net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
Vladimir Oltean
2023-04-07
net: make SO_BUSY_POLL available to all users
Eric Dumazet
2023-04-07
net: openvswitch: fix race on port output
Felix Huettner
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-05
net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-03
net: create a netdev notifier for DSA to reject PTP on DSA master
Vladimir Oltean
2023-04-03
net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it
Vladimir Oltean
2023-04-03
net: move copy_from_user() out of net_hwtstamp_validate()
Vladimir Oltean
2023-04-03
net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers
Vladimir Oltean
[next]