index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
1
-4
/
+4
2022-09-20
bpf: Remove unused btf_struct_access stub
Daniel Xu
1
-12
/
+0
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2
-0
/
+7
2022-09-20
tcp: Save unnecessary inet_twsk_purge() calls.
Kuniyuki Iwashima
1
-0
/
+1
2022-09-20
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
1
-0
/
+10
2022-09-20
tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.
Kuniyuki Iwashima
1
-1
/
+2
2022-09-20
net: dsa: allow masters to join a LAG
Vladimir Oltean
1
-0
/
+12
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
1
-2
/
+4
2022-09-20
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
1
-0
/
+8
2022-09-20
net: dsa: introduce dsa_port_get_master()
Vladimir Oltean
1
-0
/
+5
2022-09-20
flow_offload: Introduce flow_match_l2tpv3
Wojciech Drewek
1
-0
/
+6
2022-09-20
flow_dissector: Add L2TPv3 dissectors
Wojciech Drewek
1
-0
/
+9
2022-09-19
Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-2
/
+0
2022-09-16
net: bonding: Share lacpdu_mcast_addr definition
Benjamin Poirier
2
-2
/
+3
2022-09-16
net/ieee802154: fix uninit value bug in dgram_sendmsg
Haimin Zhang
1
-0
/
+37
2022-09-10
bpf: Add support for writing to nf_conn:mark
Daniel Xu
1
-0
/
+23
2022-09-09
Bluetooth: Fix HCIGETDEVINFO regression
Luiz Augusto von Dentz
1
-2
/
+0
2022-09-09
net: sched: act: move global static variable net_id to tc_action_ops
Zhengchao Shao
1
-0
/
+1
2022-09-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
1
-0
/
+1
2022-09-08
Bluetooth: Fix HCIGETDEVINFO regression
Luiz Augusto von Dentz
1
-2
/
+0
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-5
/
+71
2022-09-07
netfilter: nat: move repetitive nat port reserve loop to a helper
Florian Westphal
1
-0
/
+1
2022-09-07
net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
Menglong Dong
1
-0
/
+67
2022-09-07
net/macsec: Move some code for sharing with various drivers that implements o...
Lior Nahmanson
1
-0
/
+21
2022-09-07
net/macsec: Add MACsec skb_metadata_dst Tx Data path support
Lior Nahmanson
2
-0
/
+14
2022-09-07
netlink: introduce NLA_POLICY_MAX_BE
Florian Westphal
1
-0
/
+9
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
5
-1
/
+26
2022-09-06
Bluetooth: Add experimental wrapper for MGMT based mesh
Brian Gix
1
-0
/
+1
2022-09-06
Bluetooth: Implement support for Mesh
Brian Gix
4
-2
/
+70
2022-09-06
wifi: mac80211: implement link switching
Johannes Berg
1
-0
/
+41
2022-09-06
wifi: mac80211: keep A-MSDU data in sta and per-link
Benjamin Berg
1
-20
/
+48
2022-09-06
wifi: mac80211: add vif/sta link RCU dereference macros
Johannes Berg
1
-3
/
+28
2022-09-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
1
-1
/
+4
2022-09-06
wifi: mac80211: add ieee80211_find_sta_by_link_addrs API
Johannes Berg
1
-0
/
+16
2022-09-06
wifi: mac80211: isolate driver from inactive links
Johannes Berg
1
-14
/
+16
2022-09-06
wifi: mac80211: make smps_mode per-link
Benjamin Berg
1
-2
/
+2
2022-09-02
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2
-0
/
+4
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-1
/
+1
2022-09-02
net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...
Gal Pressman
1
-4
/
+2
2022-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-3
/
+0
2022-09-02
Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2
-2
/
+4
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+5
2022-09-01
rxrpc: Remove rxrpc_get_reply_time() which is no longer used
David Howells
1
-2
/
+0
2022-09-01
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
1
-0
/
+4
2022-08-31
tcp: make global challenge ack rate limitation per net-ns and default disabled
Eric Dumazet
1
-0
/
+2
2022-08-31
net: sched: gred/red: remove unused variables in struct red_stats
Zhengchao Shao
1
-1
/
+0
2022-08-31
Bluetooth: Move hci_abort_conn to hci_conn.c
Brian Gix
1
-0
/
+1
[prev]
[next]