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
2023-08-04
tcp/dccp: cache line align inet_hashinfo
Eric Dumazet
1
-1
/
+1
2023-08-04
net: mana: Configure hwc timeout from hardware
Souradeep Chakrabarti
2
-1
/
+24
2023-08-03
net: Space.h: Remove unused function declarations
Yue Haibing
1
-7
/
+0
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-17
/
+230
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-8
/
+52
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
1
-30
/
+104
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2
-4
/
+26
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
1
-0
/
+53
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+2
2023-08-02
sctp: Remove unused function declarations
Yue Haibing
2
-5
/
+0
2023-08-02
net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()
Yue Haibing
1
-2
/
+0
2023-08-02
ila: Remove unnecessary file net/ila.h
Yue Haibing
1
-16
/
+0
2023-08-02
udp: Remove unused function declaration udp_bpf_get_proto()
Yue Haibing
1
-1
/
+0
2023-08-02
vxlan: Fix nexthop hash size
Benjamin Poirier
1
-2
/
+2
2023-08-02
tc: flower: Enable offload support IPSEC SPI field.
Ratheesh Kannoth
1
-0
/
+6
2023-08-02
net: flow_dissector: Add IPSEC dissector
Ratheesh Kannoth
1
-0
/
+9
2023-08-01
inet6: Remove unused function declaration udpv6_connect()
Yue Haibing
1
-2
/
+0
2023-08-01
xfrm: don't skip free of empty state in acquire policy
Leon Romanovsky
1
-0
/
+1
2023-08-01
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
1
-0
/
+26
2023-07-31
tcp: Remove unused function declarations
Yue Haibing
1
-3
/
+0
2023-07-31
devlink: Remove unused extern declaration devlink_port_region_destroy()
Yue Haibing
1
-2
/
+0
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-2
/
+3
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
3
-6
/
+7
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
1
-0
/
+43
2023-07-28
bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()
YueHaibing
1
-1
/
+0
2023-07-28
Merge branch 'in-kernel-support-for-the-tls-alert-protocol'
Jakub Kicinski
3
-4
/
+73
2023-07-28
net/handshake: Add helpers for parsing incoming TLS Alerts
Chuck Lever
1
-0
/
+4
2023-07-28
net/handshake: Add API for sending TLS Closure alerts
Chuck Lever
1
-0
/
+1
2023-07-28
net/tls: Add TLS Alert definitions
Chuck Lever
1
-0
/
+42
2023-07-28
net/tls: Move TLS protocol elements to a separate header
Chuck Lever
2
-4
/
+26
2023-07-28
net: store netdevs in an xarray
Jakub Kicinski
1
-1
/
+3
2023-07-28
IPv6: add extack info for IPv6 address add/delete
Hangbin Liu
1
-1
/
+1
2023-07-27
Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-7
/
+3
2023-07-27
net: datalink: Remove unused declarations
YueHaibing
1
-2
/
+0
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+11
2023-07-27
netlink: allow be16 and be32 types in all uint policy checks
Florian Westphal
1
-7
/
+3
2023-07-25
bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
Lorenz Bauer
3
-9
/
+103
2023-07-25
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2
-0
/
+16
2023-07-25
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2
-6
/
+20
2023-07-25
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
2
-0
/
+12
2023-07-24
tcp: Reduce chance of collisions in inet6_hashfn().
Stewart Smith
1
-6
/
+2
2023-07-24
mptcp: fix rcv buffer auto-tuning
Paolo Abeni
1
-5
/
+15
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
1
-0
/
+1
2023-07-24
vxlan: calculate correct header length for GPE
Jiri Benc
1
-4
/
+9
2023-07-21
net: page_pool: hide page_pool_release_page()
Jakub Kicinski
1
-8
/
+2
2023-07-21
sch_htb: Allow HTB quantum parameter in offload mode
Naveen Mamindlapalli
1
-0
/
+1
2023-07-21
net: switchdev: Add a helper to replay objects on a bridge port
Petr Machata
1
-0
/
+6
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-32
/
+59
2023-07-20
Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
1
-2
/
+5
2023-07-20
tcp: annotate data-races around tp->notsent_lowat
Eric Dumazet
1
-1
/
+5
[prev]
[next]