index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2023-03-21
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
-16
/
+16
2023-03-20
xfrm: add new device offload acquire flag
Raed Salem
-0
/
+5
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
-1
/
+1
2023-03-18
x25: preserve const qualifier in [a]x25_sk()
Eric Dumazet
-8
/
+2
2023-03-18
af_unix: preserve const qualifier in unix_sk()
Eric Dumazet
-4
/
+1
2023-03-18
raw: preserve const qualifier in raw_sk()
Eric Dumazet
-4
/
+1
2023-03-17
ip_tunnel: Preserve pointer const in ip_tunnel_info_opts
Gavin Li
-5
/
+6
2023-03-17
vxlan: Expose helper vxlan_build_gbp_hdr
Gavin Li
-0
/
+19
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+11
2023-03-17
ipv4: raw: constify raw_v4_match() socket argument
Eric Dumazet
-1
/
+1
2023-03-17
ipv6: raw: constify raw_v6_match() socket argument
Eric Dumazet
-1
/
+1
2023-03-17
ipv6: constify inet6_mc_check()
Eric Dumazet
-1
/
+1
2023-03-17
inet: preserve const qualifier in inet_sk()
Eric Dumazet
-4
/
+1
2023-03-17
vxlan: mdb: Add an internal flag to indicate MDB usage
Ido Schimmel
-0
/
+1
2023-03-17
vxlan: mdb: Add MDB control path support
Ido Schimmel
-0
/
+5
2023-03-17
net: mana: Add new MANA VF performance counters for easier troubleshooting
Shradha Gupta
-0
/
+18
2023-03-15
scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
Alexander Mikhalitsyn
-1
/
+12
2023-03-15
net/smc: Introduce explicit check for v2 support
Stefan Raspl
-0
/
+1
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
-1
/
+1
2023-03-14
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
-29
/
+0
2023-03-10
xdp: add xdp_set_features_flag utility routine
Lorenzo Bianconi
-0
/
+11
2023-03-10
Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-44
/
+299
2023-03-09
neighbour: delete neigh_lookup_nodev as not used
Leon Romanovsky
-2
/
+0
2023-03-09
net: sched: remove qdisc_watchdog->last_expires
Eric Dumazet
-1
/
+0
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+7
2023-03-09
sctp: add weighted fair queueing stream scheduler
Xin Long
-0
/
+2
2023-03-09
sctp: add fair capacity stream scheduler
Xin Long
-0
/
+8
2023-03-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-0
/
+1
2023-03-08
net: reclaim skb->scm_io_uring bit
Eric Dumazet
-0
/
+1
2023-03-07
wifi: radiotap: separate vendor TLV into header/content
Mordechay Goodstein
-6
/
+14
2023-03-07
bpf, net: xskmap memory usage
Yafang Shao
-0
/
+1
2023-03-07
wifi: mac80211: add LDPC related flags in ieee80211_bss_conf
Ryder Lee
-0
/
+6
2023-03-07
wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_conf
Ryder Lee
-0
/
+9
2023-03-07
wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()
Ryder Lee
-0
/
+14
2023-03-07
wifi: mac80211: add support for driver adding radiotap TLVs
Mordechay Goodstein
-37
/
+27
2023-03-07
wifi: radiotap: Add EHT radiotap definitions
Mordechay Goodstein
-2
/
+185
2023-03-07
wifi: mac80211: add netdev per-link debugfs data and driver hook
Benjamin Berg
-0
/
+10
2023-03-07
wifi: mac80211: add pointer from bss_conf to vif
Benjamin Berg
-0
/
+3
2023-03-07
wifi: cfg80211/mac80211: report link ID on control port RX
Johannes Berg
-2
/
+3
2023-03-07
wifi: mac80211: add support for set_hw_timestamp command
Avraham Stern
-0
/
+6
2023-03-07
wifi: nl80211: add a command to enable/disable HW timestamping
Avraham Stern
-0
/
+27
2023-03-07
wifi: wireless: cleanup unused function parameters
Mordechay Goodstein
-3
/
+1
2023-03-06
netfilter: tproxy: fix deadlock due to missing BH disable
Florian Westphal
-0
/
+7
2023-02-23
sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
Xin Long
-0
/
+1
2023-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
-1
/
+0
2023-02-22
netfilter: ctnetlink: make event listener tracking global
Florian Westphal
-1
/
+0
2023-02-21
page_pool: add a comment explaining the fragment counter usage
Ilias Apalodimas
-0
/
+10
2023-02-20
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
-14
/
+23
2023-02-20
net/sched: Rename user cookie and act cookie
Paul Blakey
-3
/
+3
2023-02-20
Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...
Jakub Kicinski
-1
/
+190
[prev]
[next]