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
2021-02-05
netfilter: move handlers to net/ip_vs.h
Leon Romanovsky
1
-12
/
+0
2021-02-05
net/core: move gro function declarations to separate header
Leon Romanovsky
2
-6
/
+2
2021-02-05
ipv6: move udp declarations to net/udp.h
Leon Romanovsky
1
-2
/
+1
2021-02-05
rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket
Xin Long
1
-5
/
+2
2021-02-05
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2
-1
/
+9
2021-02-05
net: page_pool: simplify page recycling condition tests
Alexander Lobakin
1
-10
/
+4
2021-02-05
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
2
-4
/
+4
2021-02-05
netlink: add tracepoint at NL_SET_ERR_MSG
Marcelo Ricardo Leitner
1
-0
/
+8
2021-02-04
ethtool: Expose the number of lanes in use
Danielle Ratson
1
-0
/
+8
2021-02-04
ethtool: Get link mode in use instead of speed and duplex parameters
Danielle Ratson
4
-156
/
+173
2021-02-04
ethtool: Extend link modes settings uAPI with lanes
Danielle Ratson
2
-16
/
+82
2021-02-04
ethtool: Validate master slave configuration before rtnl_lock()
Danielle Ratson
1
-8
/
+19
2021-02-04
net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored
Vladimir Oltean
1
-1
/
+9
2021-02-04
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
5
-8
/
+28
2021-02-04
net: use indirect call helpers for dst_mtu
Brian Vazquez
2
-4
/
+8
2021-02-04
net: use indirect call helpers for dst_output
Brian Vazquez
2
-0
/
+2
2021-02-04
net: use indirect call helpers for dst_input
Brian Vazquez
1
-0
/
+1
2021-02-03
inet: do not export inet_gro_{receive|complete}
Eric Dumazet
1
-3
/
+0
2021-02-03
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...
Jakub Kicinski
3
-4
/
+19
2021-02-03
mptcp: add the mibs for ADD_ADDR with port
Geliang Tang
4
-1
/
+23
2021-02-03
mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlink
Geliang Tang
1
-0
/
+5
2021-02-03
mptcp: enable use_port when invoke addresses_equal
Geliang Tang
1
-4
/
+4
2021-02-03
mptcp: add port number check for MP_JOIN
Geliang Tang
3
-1
/
+61
2021-02-03
mptcp: add a new helper subflow_req_create_thmac
Geliang Tang
1
-8
/
+16
2021-02-03
mptcp: drop unused skb in subflow_token_join_request
Geliang Tang
1
-3
/
+2
2021-02-03
mptcp: create the listening socket for new port
Geliang Tang
4
-6
/
+102
2021-02-03
mptcp: send ack for every add_addr
Geliang Tang
2
-8
/
+5
2021-02-03
mptcp: create subflow or signal addr for newly added address
Geliang Tang
1
-0
/
+27
2021-02-03
mptcp: drop *_max fields in mptcp_pm_data
Geliang Tang
4
-35
/
+77
2021-02-03
mptcp: use WRITE_ONCE for the pernet *_max
Geliang Tang
1
-11
/
+21
2021-02-03
net: ipv6: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+54
2021-02-03
net: ipv4: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+38
2021-02-03
net: ipv4: Publish fib_nlmsg_size()
Amit Cohen
2
-1
/
+2
2021-02-03
net: ipv4: Pass fib_rt_info as const to fib_dump_info()
Amit Cohen
2
-2
/
+2
2021-02-03
net: fix up truesize of cloned skb in skb_prepare_for_shift()
Marco Elver
1
-1
/
+13
2021-02-03
mptcp: fix length of MP_PRIO suboption
Davide Caratti
2
-3
/
+5
2021-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-88
/
+154
2021-02-02
Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
11
-30
/
+106
2021-02-02
net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary
Andreas Oetken
1
-1
/
+4
2021-02-02
net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS
Sabyrzhan Tasbolatov
1
-0
/
+3
2021-02-02
net: lapb: Copy the skb before sending a packet
Xie He
1
-1
/
+2
2021-02-02
Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
2
-2
/
+6
2021-02-02
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2
-6
/
+65
2021-02-02
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
2021-02-02
vsock: fix the race conditions in multi-transport support
Alexander Popov
1
-5
/
+12
2021-02-01
cfg80211: fix netdev registration deadlock
Johannes Berg
1
-1
/
+3
2021-02-01
mac80211: fix station rate table updates on assoc
Felix Fietkau
2
-2
/
+6
2021-01-31
Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-58
/
+48
2021-01-30
neighbour: Prevent a dead entry from updating gc_list
Chinmay Agarwal
1
-3
/
+4
2021-01-30
rxrpc: Fix deadlock around release of dst cached on udp tunnel
David Howells
1
-3
/
+3
[next]