index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
ip6mr: fix use-after-free in ip6mr_sk_done()
Eric Dumazet
2
-3
/
+7
2022-02-07
caif: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-07
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
1
-1
/
+1
2022-02-07
net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
Menglong Dong
1
-3
/
+7
2022-02-07
net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
Menglong Dong
1
-3
/
+9
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
Menglong Dong
1
-2
/
+3
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
Menglong Dong
1
-4
/
+10
2022-02-07
net: ipv4: use kfree_skb_reason() in ip_rcv_core()
Menglong Dong
1
-2
/
+10
2022-02-07
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
1
-1
/
+2
2022-02-06
net/smc: fix ref_tracker issue in smc_pnet_add()
Eric Dumazet
1
-3
/
+5
2022-02-06
net: initialize init_net earlier
Eric Dumazet
2
-14
/
+6
2022-02-06
net: hsr: use hlist_head instead of list_head for mac addresses
Juhee Kang
7
-107
/
+171
2022-02-05
skmsg: convert struct sk_msg_sg::copy to a bitmap
Eric Dumazet
1
-2
/
+2
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
2
-4
/
+4
2022-02-05
ip6mr: ip6mr_sk_done() can exit early in common cases
Eric Dumazet
1
-0
/
+3
2022-02-05
ipv6: make mc_forwarding atomic
Eric Dumazet
4
-8
/
+8
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
1
-11
/
+4
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
1
-1
/
+0
2022-02-05
net/sched: Enable tc skb ext allocation on chain miss only when needed
Paul Blakey
4
-23
/
+45
2022-02-04
mptcp: allow to use port and non-signal in set_flags
Geliang Tang
1
-7
/
+6
2022-02-04
ipv6: ioam: Insertion frequency in lwtunnel output
Justin Iurman
1
-2
/
+57
2022-02-04
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
1
-14
/
+19
2022-02-04
net: don't include ndisc.h from ipv6.h
Jakub Kicinski
3
-0
/
+3
2022-02-04
Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-70
/
+245
2022-02-04
cfg80211: fix race in netlink owner interface destruction
Johannes Berg
1
-13
/
+4
2022-02-04
mac80211: Remove redundent assignment channel_type
Jiapeng Chong
1
-1
/
+0
2022-02-04
mac80211: remove useless ieee80211_vif_is_mesh() check
Baligh Gasmi
1
-2
/
+1
2022-02-04
mac80211: fix struct ieee80211_tx_info size
Avraham Stern
1
-4
/
+8
2022-02-04
mac80211: mlme: validate peer HE supported rates
Mordechay Goodstein
1
-1
/
+100
2022-02-04
mac80211: remove unused macros
Johannes Berg
6
-13
/
+7
2022-02-04
cfg80211: pmsr: remove useless ifdef guards
Johannes Berg
1
-4
/
+0
2022-02-04
mac80211: airtime: avoid variable shadowing
Johannes Berg
1
-2
/
+3
2022-02-04
mac80211: mlme: add documentation from spec to code
Mordechay Goodstein
1
-1
/
+9
2022-02-04
mac80211: vht: use HE macros for parsing HE capabilities
Mordechay Goodstein
1
-2
/
+2
2022-02-04
cfg80211: don't add non transmitted BSS to 6GHz scanned channels
Avraham Stern
1
-1
/
+8
2022-02-04
cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAP
Johannes Berg
2
-3
/
+7
2022-02-04
mac80211: consider RX NSS in UHB connection
Mordechay Goodstein
1
-3
/
+58
2022-02-04
mac80211: limit bandwidth in HE capabilities
Johannes Berg
4
-10
/
+32
2022-02-04
tls: cap the output scatter list to something reasonable
Jakub Kicinski
1
-1
/
+2
2022-02-04
netfilter: nft_compat: suppress comment match
Florian Westphal
1
-0
/
+9
2022-02-04
netfilter: exthdr: add support for tcp option removal
Florian Westphal
1
-1
/
+95
2022-02-04
netfilter: conntrack: pptp: use single option structure
Florian Westphal
2
-56
/
+28
2022-02-04
netfilter: conntrack: remove extension register api
Florian Westphal
12
-238
/
+7
2022-02-04
netfilter: conntrack: handle ->destroy hook via nat_ops instead
Florian Westphal
3
-33
/
+15
2022-02-04
netfilter: conntrack: move extension sizes into core
Florian Westphal
12
-57
/
+76
2022-02-04
netfilter: conntrack: make all extensions 8-byte alignned
Florian Westphal
11
-11
/
+1
2022-02-04
netfilter: nfqueue: enable to get skb->priority
Nicolas Dichtel
1
-0
/
+5
2022-02-04
netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
Kevin Mitchell
1
-1
/
+3
2022-02-04
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
1
-1
/
+2
2022-02-04
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
1
-0
/
+12
[prev]
[next]