index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
tcp: propagate MPTCP skb extensions on xmit splits
Paolo Abeni
2
-2
/
+8
2020-11-04
mptcp: use _fast lock version in __mptcp_move_skbs
Florian Westphal
1
-2
/
+3
2020-11-04
mptcp: adjust mptcp receive buffer limit if subflow has larger one
Florian Westphal
1
-5
/
+22
2020-11-04
Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
4
-16
/
+27
2020-11-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
4
-11
/
+13
2020-11-03
net: dev_ioctl: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2020-11-03
net: openvswitch: silence suspicious RCU usage warning
Eelco Chaudron
2
-8
/
+8
2020-11-03
can: isotp: padlen(): make const array static, makes object smaller
Colin Ian King
1
-8
/
+10
2020-11-03
can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only mode
Oliver Hartkopp
1
-4
/
+4
2020-11-03
can: isotp: Explain PDU in CAN_ISOTP help text
Geert Uytterhoeven
1
-2
/
+3
2020-11-03
can: j1939: j1939_sk_bind(): return failure if netdev is down
Zhang Changzhong
1
-0
/
+6
2020-11-03
can: proc: can_remove_proc(): silence remove_proc_entry warning
Zhang Changzhong
1
-2
/
+4
2020-11-03
mptcp: token: fix unititialized variable
Davide Caratti
1
-1
/
+1
2020-11-03
mpls: drop skb's dst in mpls_forward()
Guillaume Nault
1
-0
/
+2
2020-11-03
fs/9p: fix create-unlink-getattr idiom
Eric Van Hensbergen
1
-1
/
+4
2020-11-02
mac80211: add KCOV remote annotations to incoming frame processing
Aleksandr Nogikh
2
-7
/
+11
2020-11-02
net: add kcov handle to skb extensions
Aleksandr Nogikh
1
-0
/
+11
2020-11-02
net: core: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-11-02
ethtool: remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-11-02
tipc: remove unneeded semicolon
Tom Rix
2
-2
/
+2
2020-11-02
net: dsa: tag_ar9331: let DSA core deal with TX reallocation
Vladimir Oltean
1
-3
/
+0
2020-11-02
net: dsa: tag_gswip: let DSA core deal with TX reallocation
Vladimir Oltean
1
-5
/
+0
2020-11-02
net: dsa: tag_dsa: let DSA core deal with TX reallocation
Vladimir Oltean
1
-5
/
+0
2020-11-02
net: dsa: tag_brcm: let DSA core deal with TX reallocation
Vladimir Oltean
1
-3
/
+0
2020-11-02
net: dsa: tag_edsa: let DSA core deal with TX reallocation
Vladimir Oltean
1
-4
/
+0
2020-11-02
net: dsa: tag_lan9303: let DSA core deal with TX reallocation
Vladimir Oltean
1
-9
/
+0
2020-11-02
net: dsa: tag_mtk: let DSA core deal with TX reallocation
Vladimir Oltean
1
-3
/
+0
2020-11-02
net: dsa: tag_ocelot: let DSA core deal with TX reallocation
Vladimir Oltean
1
-7
/
+0
2020-11-02
net: dsa: tag_qca: let DSA core deal with TX reallocation
Vladimir Oltean
1
-3
/
+0
2020-11-02
net: dsa: trailer: don't allocate additional memory for padding/tagging
Christian Eggers
1
-29
/
+2
2020-11-02
net: dsa: tag_ksz: don't allocate additional memory for padding/tagging
Christian Eggers
1
-64
/
+9
2020-11-02
net: dsa: implement a central TX reallocation procedure
Vladimir Oltean
1
-0
/
+45
2020-11-02
openvswitch: Use IS_ERR instead of IS_ERR_OR_NULL
YueHaibing
1
-1
/
+1
2020-11-02
tcp: avoid slow start during fast recovery on new losses
Yuchung Cheng
2
-6
/
+6
2020-11-02
net: ipv6: For kerneldoc warnings with W=1
Xin Long
3
-8
/
+9
2020-11-02
sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms
Petr Malat
1
-2
/
+2
2020-11-02
net: 9p: Fix kerneldoc warnings of missing parameters etc
Andrew Lunn
5
-6
/
+19
2020-11-02
Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Jakub Kicinski
8
-48
/
+93
2020-11-01
netfilter: nft_reject_inet: allow to use reject from inet ingress
Pablo Neira Ayuso
3
-5
/
+20
2020-11-01
netfilter: nftables: Add __printf() attribute
Andrew Lunn
1
-1
/
+2
2020-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
13
-30
/
+52
2020-10-31
net: bridge: mcast: fix stub definition of br_multicast_querier_exists
Vladimir Oltean
1
-1
/
+2
2020-10-31
ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags
wenxu
1
-3
/
+0
2020-10-31
net/smc: improve return codes for SMC-Dv2
Karsten Graul
3
-20
/
+47
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2
-3
/
+4
2020-10-31
IPv6: reply ICMP error if the first fragment don't include all headers
Hangbin Liu
2
-2
/
+39
2020-10-31
net: atm: fix update of position index in lec_seq_next
Colin Ian King
1
-3
/
+2
2020-10-31
netfilter: ipset: Expose the initval hash parameter to userspace
Jozsef Kadlecsik
13
-16
/
+33
2020-10-31
netfilter: ipset: Add bucketsize parameter to all hash types
Jozsef Kadlecsik
14
-39
/
+71
2020-10-31
netfilter: ipset: Support the -exist flag with the destroy command
Jozsef Kadlecsik
1
-1
/
+3
[prev]
[next]