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
2021-02-06
net: dsa: automatically bring up DSA master when opening user port
Vladimir Oltean
1
-2
/
+5
2021-02-06
mptcp: pm: add lockdep assertions
Florian Westphal
4
-0
/
+24
2021-02-06
net: Introduce {netdev,napi}_alloc_frag_align()
Kevin Hao
1
-16
/
+10
2021-02-06
net: sched: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-02-06
dccp: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-02-06
net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Xu Wang
1
-1
/
+1
2021-02-04
netfilter: move handlers to net/ip_vs.h
Leon Romanovsky
1
-12
/
+0
2021-02-04
net/core: move gro function declarations to separate header
Leon Romanovsky
2
-6
/
+2
2021-02-04
ipv6: move udp declarations to net/udp.h
Leon Romanovsky
1
-2
/
+1
2021-02-04
rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket
Xin Long
1
-5
/
+2
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2
-1
/
+9
2021-02-04
net: page_pool: simplify page recycling condition tests
Alexander Lobakin
1
-10
/
+4
2021-02-04
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
2
-4
/
+4
2021-02-04
netlink: add tracepoint at NL_SET_ERR_MSG
Marcelo Ricardo Leitner
1
-0
/
+8
2021-02-03
ethtool: Expose the number of lanes in use
Danielle Ratson
1
-0
/
+8
2021-02-03
ethtool: Get link mode in use instead of speed and duplex parameters
Danielle Ratson
4
-156
/
+173
2021-02-03
ethtool: Extend link modes settings uAPI with lanes
Danielle Ratson
2
-16
/
+82
2021-02-03
ethtool: Validate master slave configuration before rtnl_lock()
Danielle Ratson
1
-8
/
+19
2021-02-03
net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored
Vladimir Oltean
1
-1
/
+9
2021-02-03
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
5
-8
/
+28
2021-02-03
net: use indirect call helpers for dst_mtu
Brian Vazquez
2
-4
/
+8
2021-02-03
net: use indirect call helpers for dst_output
Brian Vazquez
2
-0
/
+2
2021-02-03
net: use indirect call helpers for dst_input
Brian Vazquez
1
-0
/
+1
2021-02-02
inet: do not export inet_gro_{receive|complete}
Eric Dumazet
1
-3
/
+0
2021-02-02
Merge tag 'mac80211-next-for-net-next-2021-02-02' of git://git.kernel.org/pub...
Jakub Kicinski
3
-4
/
+19
2021-02-02
mptcp: add the mibs for ADD_ADDR with port
Geliang Tang
4
-1
/
+23
2021-02-02
mptcp: deal with MPTCP_PM_ADDR_ATTR_PORT in PM netlink
Geliang Tang
1
-0
/
+5
2021-02-02
mptcp: enable use_port when invoke addresses_equal
Geliang Tang
1
-4
/
+4
2021-02-02
mptcp: add port number check for MP_JOIN
Geliang Tang
3
-1
/
+61
2021-02-02
mptcp: add a new helper subflow_req_create_thmac
Geliang Tang
1
-8
/
+16
2021-02-02
mptcp: drop unused skb in subflow_token_join_request
Geliang Tang
1
-3
/
+2
2021-02-02
mptcp: create the listening socket for new port
Geliang Tang
4
-6
/
+102
2021-02-02
mptcp: send ack for every add_addr
Geliang Tang
2
-8
/
+5
2021-02-02
mptcp: create subflow or signal addr for newly added address
Geliang Tang
1
-0
/
+27
2021-02-02
mptcp: drop *_max fields in mptcp_pm_data
Geliang Tang
4
-35
/
+77
2021-02-02
mptcp: use WRITE_ONCE for the pernet *_max
Geliang Tang
1
-11
/
+21
2021-02-02
net: ipv6: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+54
2021-02-02
net: ipv4: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+38
2021-02-02
net: ipv4: Publish fib_nlmsg_size()
Amit Cohen
2
-1
/
+2
2021-02-02
net: ipv4: Pass fib_rt_info as const to fib_dump_info()
Amit Cohen
2
-2
/
+2
2021-02-02
net: fix up truesize of cloned skb in skb_prepare_for_shift()
Marco Elver
1
-1
/
+13
2021-02-02
mptcp: fix length of MP_PRIO suboption
Davide Caratti
2
-3
/
+5
2021-02-02
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-01
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
2
-6
/
+65
2021-02-01
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
[next]