index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
5
-19
/
+17
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2
-10
/
+10
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
8
-30
/
+27
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
1
-56
/
+62
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
7
-60
/
+39
2023-08-16
ipv6: fix indentation of a config attribute
Prasad Pandit
1
-1
/
+1
2023-08-16
Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
8
-30
/
+33
2023-08-16
net: warn about attempts to register negative ifindex
Jakub Kicinski
1
-0
/
+5
2023-08-16
net: openvswitch: reject negative ifindex
Jakub Kicinski
1
-4
/
+4
2023-08-16
nexthop: Do not increment dump sentinel at the end of the dump
Ido Schimmel
1
-1
/
+0
2023-08-16
nexthop: Simplify nexthop bucket dump
Ido Schimmel
1
-5
/
+0
2023-08-16
seg6: add NEXT-C-SID support for SRv6 End.X behavior
Andrea Mayer
1
-20
/
+88
2023-08-16
netfilter: nft_dynset: disallow object maps
Pablo Neira Ayuso
1
-0
/
+3
2023-08-16
netfilter: nf_tables: GC transaction race with netns dismantle
Pablo Neira Ayuso
1
-1
/
+6
2023-08-16
netfilter: nf_tables: fix GC transaction races with netns and netlink event e...
Pablo Neira Ayuso
1
-4
/
+32
2023-08-16
ipvs: fix racy memcpy in proc_do_sync_threshold
Sishuai Gong
1
-0
/
+4
2023-08-16
netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
Xin Long
1
-3
/
+3
2023-08-16
netfilter: nf_tables: don't fail inserts if duplicate has expired
Florian Westphal
1
-19
/
+4
2023-08-16
netfilter: nf_tables: deactivate catchall elements in next generation
Florian Westphal
1
-0
/
+1
2023-08-16
netfilter: nf_tables: fix kdoc warnings after gc rework
Florian Westphal
1
-1
/
+1
2023-08-16
netfilter: nf_tables: fix false-positive lockdep splat
Florian Westphal
1
-1
/
+12
2023-08-16
ethtool: netlink: always pass genl_info to .prepare_data
Jakub Kicinski
25
-47
/
+47
2023-08-16
ethtool: netlink: simplify arguments to ethnl_default_parse()
Jakub Kicinski
1
-12
/
+9
2023-08-16
netdev-genl: use struct genl_info for reply construction
Jakub Kicinski
1
-9
/
+8
2023-08-16
genetlink: add a family pointer to struct genl_info
Jakub Kicinski
1
-9
/
+12
2023-08-16
genetlink: use attrs from struct genl_info
Jakub Kicinski
12
-21
/
+21
2023-08-16
genetlink: add struct genl_info to struct genl_dumpit_info
Jakub Kicinski
1
-2
/
+14
2023-08-16
genetlink: remove userhdr from struct genl_info
Jakub Kicinski
5
-21
/
+23
2023-08-16
genetlink: make genl_info->nlhdr const
Jakub Kicinski
2
-2
/
+2
2023-08-16
genetlink: push conditional locking into dumpit/done
Jakub Kicinski
1
-55
/
+35
2023-08-15
net: fix the RTO timer retransmitting skb every 1ms if linear option is enabled
Jason Xing
1
-1
/
+3
2023-08-14
sunrpc: set the bv_offset of first bvec in svc_tcp_sendmsg
Jeff Layton
1
-0
/
+3
2023-08-14
netlink: specs: devlink: extend health reporter dump attributes by port index
Jiri Pirko
1
-2
/
+3
2023-08-14
devlink: extend health reporter dump selector by port index
Jiri Pirko
1
-1
/
+14
2023-08-14
netlink: specs: devlink: extend per-instance dump commands to accept instance...
Jiri Pirko
1
-39
/
+130
2023-08-14
devlink: allow user to narrow per-instance dumps by passing handle attrs
Jiri Pirko
1
-3
/
+40
2023-08-14
devlink: remove converted commands from small ops
Jiri Pirko
2
-98
/
+3
2023-08-14
devlink: remove duplicate temporary netlink callback prototypes
Jiri Pirko
1
-48
/
+0
2023-08-14
netlink: specs: devlink: add commands that do per-instance dump
Jiri Pirko
2
-2
/
+382
2023-08-14
devlink: pass flags as an arg of dump_one() callback
Jiri Pirko
5
-56
/
+56
2023-08-14
devlink: introduce dumpit callbacks for split ops
Jiri Pirko
5
-147
/
+144
2023-08-14
devlink: rename doit callbacks for per-instance dump commands
Jiri Pirko
4
-45
/
+52
2023-08-14
devlink: introduce devlink_nl_pre_doit_port*() helper functions
Jiri Pirko
2
-4
/
+28
2023-08-14
devlink: parse rate attrs in doit() callbacks
Jiri Pirko
3
-38
/
+25
2023-08-14
devlink: parse linecard attr in doit() callbacks
Jiri Pirko
3
-21
/
+13
2023-08-14
batman-adv: Drop per algo GW section class code
Sven Eckelmann
6
-107
/
+8
2023-08-14
batman-adv: Keep batadv_netlink_notify_* static
Sven Eckelmann
2
-11
/
+5
2023-08-14
batman-adv: Drop unused function batadv_gw_bandwidth_set
Sven Eckelmann
2
-90
/
+0
2023-08-14
Revert "vlan: Fix VLAN 0 memory leak"
Vlad Buslov
1
-1
/
+2
2023-08-14
net: openvswitch: add misc error drop reasons
Adrian Moreno
3
-8
/
+18
[prev]
[next]