index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: dynamic allocation of CLC proposal buffer
Ursula Braun
2020-09-11
3
-49
/
+67
*
net/smc: introduce better field names
Ursula Braun
2020-09-11
6
-57
/
+55
*
net/smc: reduce active tcp_listen workers
Ursula Braun
2020-09-11
3
-11
/
+36
*
tcp: reflect tos value received in SYN to the socket
Wei Wang
2020-09-10
3
-2
/
+27
*
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
2020-09-10
3
-5
/
+9
*
tcp: record received TOS value in the request socket
Wei Wang
2020-09-10
2
-3
/
+4
*
net: make sure napi_list is safe for RCU traversal
Jakub Kicinski
2020-09-10
2
-2
/
+2
*
net: manage napi add/del idempotence explicitly
Jakub Kicinski
2020-09-10
1
-4
/
+9
*
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
2020-09-10
1
-13
/
+6
*
devlink: don't crash if netdev is NULL
Jakub Kicinski
2020-09-10
1
-8
/
+20
*
ipmr: Use full VIF ID in netlink cache reports
Paul Davey
2020-09-10
1
-1
/
+1
*
ipmr: Add high byte of VIF ID to igmpmsg
Paul Davey
2020-09-10
1
-2
/
+6
*
ipmr: Add route table ID to netlink cache reports
Paul Davey
2020-09-10
1
-1
/
+3
*
devlink: Use controller while building phys_port_name
Parav Pandit
2020-09-09
1
-0
/
+14
*
devlink: Introduce controller number
Parav Pandit
2020-09-09
1
-9
/
+14
*
devlink: Introduce external controller flag
Parav Pandit
2020-09-09
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-09-09
10
-34
/
+134
|
\
|
*
netfilter: nf_tables: add userdata support for nft_object
Jose M. Guisado Gomez
2020-09-08
1
-8
/
+27
|
*
netfilter: ebt_stp: Remove unused macro BPDU_TYPE_TCN
Wang Hai
2020-09-08
1
-1
/
+0
|
*
ipvs: remove dependency on ip6_tables
Yaroslav Bolyukin
2020-08-31
1
-1
/
+0
|
*
netfilter: nft_socket: add wildcard support
Balazs Scheidler
2020-08-29
1
-0
/
+27
|
*
netfilter: xt_HMARK: Use ip_is_fragment() helper
YueHaibing
2020-08-28
1
-1
/
+1
|
*
netfilter: conntrack: remove unneeded nf_ct_put
Florian Westphal
2020-08-28
1
-4
/
+3
|
*
netfilter: conntrack: add clash resolution stat counter
Florian Westphal
2020-08-28
3
-6
/
+9
|
*
netfilter: conntrack: remove ignore stats
Florian Westphal
2020-08-28
3
-5
/
+2
|
*
netfilter: conntrack: do not increment two error counters at same time
Florian Westphal
2020-08-28
1
-4
/
+1
|
*
netfilter: nf_tables: add userdata attributes to nft_table
Jose M. Guisado Gomez
2020-08-28
1
-1
/
+21
|
*
ipvs: Fix uninit-value in do_ip_vs_set_ctl()
Peilin Ye
2020-08-28
1
-3
/
+4
|
*
netfilter: ip6t_NPT: rewrite addresses in ICMPv6 original packet
Michael Zhou
2020-08-28
1
-0
/
+39
*
|
ipv6: add tos reflection in TCP reset and ack
Wei Wang
2020-09-09
1
-5
/
+5
*
|
Merge tag 'rxrpc-next-20200908' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2020-09-09
13
-665
/
+610
|
\
\
|
*
|
rxrpc: Allow multiple client connections to the same peer
David Howells
2020-09-08
1
-0
/
+6
|
*
|
rxrpc: Rewrite the client connection manager
David Howells
2020-09-08
11
-662
/
+555
|
*
|
rxrpc: Impose a maximum number of client calls
David Howells
2020-09-08
3
-3
/
+49
*
|
|
net: bridge: mcast: fix unused br var when lockdep isn't defined
Nikolay Aleksandrov
2020-09-09
1
-1
/
+1
*
|
|
netlabel: Fix some kernel-doc warnings
Wang Hai
2020-09-09
1
-2
/
+2
*
|
|
cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c
Wang Hai
2020-09-09
1
-1
/
+1
*
|
|
net: sched: skip an unnecessay check
Tom Rix
2020-09-09
1
-2
/
+3
|
/
/
*
|
net: dsa: don't print non-fatal MTU error if not supported
Vladimir Oltean
2020-09-08
1
-1
/
+1
*
|
net: dsa: change PHY error message again
Vladimir Oltean
2020-09-08
1
-2
/
+3
*
|
rxrpc: Remove unused macro rxrpc_min_rtt_wlen
Wang Hai
2020-09-08
1
-1
/
+0
*
|
net: bridge: mcast: destroy all entries via gc
Nikolay Aleksandrov
2020-09-07
2
-42
/
+89
*
|
net: bridge: mcast: improve IGMPv3/MLDv2 query processing
Nikolay Aleksandrov
2020-09-07
1
-3
/
+12
*
|
net: bridge: mcast: support for IGMPV3/MLDv2 BLOCK_OLD_SOURCES report
Nikolay Aleksandrov
2020-09-07
1
-0
/
+97
*
|
net: bridge: mcast: support for IGMPV3/MLDv2 CHANGE_TO_INCLUDE/EXCLUDE report
Nikolay Aleksandrov
2020-09-07
1
-0
/
+306
*
|
net: bridge: mcast: support for IGMPV3/MLDv2 MODE_IS_INCLUDE/EXCLUDE report
Nikolay Aleksandrov
2020-09-07
1
-0
/
+126
*
|
net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES report
Nikolay Aleksandrov
2020-09-07
2
-22
/
+137
*
|
net: bridge: mcast: delete expired port groups without srcs
Nikolay Aleksandrov
2020-09-07
1
-1
/
+20
*
|
net: bridge: mdb: use mdb and port entries in notifications
Nikolay Aleksandrov
2020-09-07
3
-68
/
+92
*
|
net: bridge: mdb: push notifications in __br_mdb_add/del
Nikolay Aleksandrov
2020-09-07
1
-12
/
+8
[next]