index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().
Kuniyuki Iwashima
2023-06-19
1
-3
/
+0
*
ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().
Kuniyuki Iwashima
2023-06-19
1
-2
/
+2
*
ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().
Kuniyuki Iwashima
2023-06-19
1
-5
/
+1
*
ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
2023-06-19
1
-2
/
+1
*
ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
2023-06-19
2
-23
/
+1
*
gro: move the tc_ext comparison to a helper
Jakub Kicinski
2023-06-18
1
-13
/
+19
*
ipv6: also use netdev_hold() in ip6_route_check_nh()
Eric Dumazet
2023-06-18
1
-4
/
+9
*
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
2023-06-18
1
-8
/
+37
*
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
mfreemon@cloudflare.com
2023-06-17
3
-9
/
+62
*
devlink: report devlink_port_type_warn source device
Petr Oros
2023-06-17
1
-1
/
+4
*
net: mctp: remove redundant RTN_UNICAST check
Lin Ma
2023-06-17
1
-3
/
+0
*
kcm: Fix unnecessary psock unreservation.
David Howells
2023-06-17
1
-1
/
+3
*
ip, ip6: Fix splice to raw and ping sockets
David Howells
2023-06-16
2
-2
/
+4
*
net: add check for current MAC address in dev_set_mac_address
Piotr Gardocki
2023-06-16
1
-0
/
+2
*
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-16
19
-122
/
+185
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-16
31
-86
/
+275
|
\
|
*
dccp: Print deprecation notice.
Kuniyuki Iwashima
2023-06-16
1
-0
/
+3
|
*
udplite: Print deprecation notice.
Kuniyuki Iwashima
2023-06-16
2
-0
/
+6
|
*
net: tipc: resize nlattr array to correct size
Lin Ma
2023-06-15
1
-2
/
+2
|
*
net/sched: cls_api: Fix lockup on flushing explicitly created chain
Vlad Buslov
2023-06-15
1
-5
/
+7
|
*
net/handshake: remove fput() that causes use-after-free
Lin Ma
2023-06-15
2
-5
/
+0
|
*
Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2023-06-15
9
-18
/
+30
|
|
\
|
|
*
wifi: mac80211: fragment per STA profile correctly
Benjamin Berg
2023-06-12
3
-5
/
+6
|
|
*
wifi: mac80211: Use active_links instead of valid_links in Tx
Ilan Peer
2023-06-09
1
-3
/
+3
|
|
*
wifi: cfg80211: remove links only on AP
Johannes Berg
2023-06-09
1
-1
/
+8
|
|
*
wifi: mac80211: take lock before setting vif links
Benjamin Berg
2023-06-09
1
-1
/
+8
|
|
*
wifi: cfg80211: fix link del callback to call correct handler
Benjamin Berg
2023-06-09
1
-3
/
+3
|
|
*
wifi: mac80211: fix link activation settings order
Johannes Berg
2023-06-09
1
-2
/
+2
|
|
*
wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
Dan Carpenter
2023-06-09
1
-3
/
+0
|
*
|
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
2023-06-14
2
-8
/
+34
|
*
|
net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
Peilin Ye
2023-06-14
1
-10
/
+10
|
*
|
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
2023-06-14
3
-6
/
+20
|
*
|
sctp: fix an error code in sctp_sf_eat_auth()
Dan Carpenter
2023-06-12
1
-1
/
+1
|
*
|
sctp: handle invalid error codes without calling BUG()
Dan Carpenter
2023-06-12
1
-1
/
+4
|
*
|
Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
2023-06-10
3
-17
/
+100
|
|
\
\
|
|
*
|
netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
Pablo Neira Ayuso
2023-06-08
1
-1
/
+2
|
|
*
|
netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
Pablo Neira Ayuso
2023-06-08
1
-1
/
+2
|
|
*
|
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
2023-06-08
2
-15
/
+96
|
*
|
|
netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
Dmitry Mastykin
2023-06-10
1
-1
/
+2
|
*
|
|
net/sched: cls_u32: Fix reference counter leak leading to overflow
Lee Jones
2023-06-09
1
-8
/
+10
|
*
|
|
net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
Zhengchao Shao
2023-06-09
1
-0
/
+3
|
*
|
|
net/sched: act_pedit: Parse L3 Header for L4 offset
Max Tottenham
2023-06-09
1
-5
/
+43
|
*
|
|
ping6: Fix send to link-local addresses with VRF.
Guillaume Nault
2023-06-09
1
-1
/
+2
*
|
|
|
net: tls: make the offload check helper take skb not socket
Jakub Kicinski
2023-06-15
1
-2
/
+2
*
|
|
|
netpoll: allocate netdev tracker right away
Jakub Kicinski
2023-06-15
1
-3
/
+2
*
|
|
|
net: create device lookup API with reference tracking
Jakub Kicinski
2023-06-15
3
-29
/
+56
*
|
|
|
rtnetlink: move validate_linkmsg out of do_setlink
Xin Long
2023-06-15
1
-41
/
+42
*
|
|
|
rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
Edwin Peer
2023-06-14
1
-45
/
+51
*
|
|
|
ethtool: ioctl: account for sopass diff in set_wol
Justin Chen
2023-06-14
1
-1
/
+2
*
|
|
|
kcm: Send multiple frags in one sendmsg()
David Howells
2023-06-13
1
-76
/
+50
[next]