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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-06
net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()
Vladimir Oltean
1
-2
/
+5
2023-08-06
net: tls: avoid discarding data on record close
Jakub Kicinski
1
-31
/
+33
2023-08-06
tcp: set TCP_DEFER_ACCEPT locklessly
Eric Dumazet
3
-9
/
+8
2023-08-06
tcp: set TCP_LINGER2 locklessly
Eric Dumazet
3
-12
/
+11
2023-08-06
tcp: set TCP_KEEPCNT locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_KEEPINTVL locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_USER_TIMEOUT locklessly
Eric Dumazet
2
-28
/
+32
2023-08-06
tcp: set TCP_SYNCNT locklessly
Eric Dumazet
2
-12
/
+12
2023-08-05
batman-adv: Fix TT global entry leak when client roamed back
Remi Pommarel
1
-1
/
+0
2023-08-04
tcp: Update stale comment for MD5 in tcp_parse_options().
Kuniyuki Iwashima
1
-3
/
+2
2023-08-04
tcp: Disable header prediction for MD5 flow.
Kuniyuki Iwashima
2
-7
/
+0
2023-08-04
dccp: fix data-race around dp->dccps_mss_cache
Eric Dumazet
2
-3
/
+9
2023-08-04
mptcp: fix disconnect vs accept race
Paolo Abeni
2
-30
/
+29
2023-08-04
mptcp: avoid bogus reset on fallback close
Paolo Abeni
1
-1
/
+1
2023-08-04
tunnels: fix kasan splat when generating ipv4 pmtu error
Florian Westphal
1
-1
/
+1
2023-08-04
net/packet: annotate data-races around tp->status
Eric Dumazet
1
-6
/
+10
2023-08-04
tcp_metrics: hash table allocation cleanup
Eric Dumazet
1
-12
/
+7
2023-08-04
mptcp: fix the incorrect judgment for msk->cb_flags
Xiang Yang
1
-1
/
+1
2023-08-04
devlink: use generated split ops and remove duplicated commands from small ops
Jiri Pirko
3
-16
/
+4
2023-08-04
devlink: include the generated netlink header
Jiri Pirko
1
-9
/
+2
2023-08-04
devlink: add split ops generated according to spec
Jiri Pirko
3
-1
/
+89
2023-08-04
devlink: un-static devlink_nl_pre/post_doit()
Jiri Pirko
2
-4
/
+8
2023-08-04
devlink: introduce couple of dumpit callbacks for split ops
Jiri Pirko
4
-27
/
+37
2023-08-04
devlink: rename couple of doit netlink callbacks to match generated names
Jiri Pirko
3
-6
/
+6
2023-08-04
devlink: rename devlink_nl_ops to devlink_nl_small_ops
Jiri Pirko
3
-4
/
+4
2023-08-04
Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-6
/
+14
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
14
-176
/
+316
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
43
-168
/
+266
2023-08-03
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
40
-130
/
+249
2023-08-03
batman-adv: Check hardif MTU against runtime MTU
Sven Eckelmann
1
-7
/
+13
2023-08-03
batman-adv: Avoid magic value for minimum MTU
Sven Eckelmann
1
-1
/
+1
2023-08-03
batman-adv: Remove unused declarations
YueHaibing
1
-4
/
+0
2023-08-03
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+4
2023-08-03
Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-1
/
+1
2023-08-03
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-03
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-03
docs: net: page_pool: use kdoc to avoid duplicating the information
Jakub Kicinski
1
-1
/
+30
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
1
-0
/
+1
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
4
-0
/
+4
2023-08-03
udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-1
/
+10
2023-08-03
tipc: Remove unused function declarations
Yue Haibing
4
-5
/
+0
2023-08-03
net: nfc: remove casts from tty->disc_data
Jiri Slaby
1
-4
/
+4
2023-08-02
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-0
/
+9
2023-08-02
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
1
-8
/
+83
2023-08-02
net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to c...
Vladimir Oltean
1
-2
/
+1
[prev]
[next]