index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
net: Add netif_rx_any_context()
Sebastian Andrzej Siewior
1
-0
/
+15
2020-09-29
l2tp: report rx cookie discards in netlink get
Tom Parkin
1
-0
/
+6
2020-09-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
9
-37
/
+292
2020-09-28
net/sched: cls_u32: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-4
/
+4
2020-09-28
ip6gre: avoid tx_error when sending MLD/DAD on external tunnels
Davide Caratti
1
-11
/
+22
2020-09-28
net/smc: CLC decline - V2 enhancements
Ursula Braun
3
-15
/
+30
2020-09-28
net/smc: introduce CLC first contact extension
Ursula Braun
6
-5
/
+91
2020-09-28
net/smc: CLC accept / confirm V2
Ursula Braun
3
-57
/
+170
2020-09-28
net/smc: determine accepted ISM devices
Ursula Braun
4
-34
/
+208
2020-09-28
net/smc: build and send V2 CLC proposal
Ursula Braun
4
-42
/
+210
2020-09-28
net/smc: determine proposed ISM devices
Ursula Braun
8
-58
/
+135
2020-09-28
net/smc: introduce list of pnetids for Ethernet devices
Ursula Braun
3
-7
/
+153
2020-09-28
net/smc: introduce CHID callback for ISM devices
Ursula Braun
4
-0
/
+9
2020-09-28
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
3
-2
/
+28
2020-09-28
net/smc: prepare for more proposed ISM devices
Ursula Braun
6
-44
/
+69
2020-09-28
net/smc: split CLC confirm/accept data to be sent
Ursula Braun
2
-12
/
+15
2020-09-28
net/smc: separate find device functions
Ursula Braun
3
-46
/
+84
2020-09-28
net/smc: CLC header fields renaming
Ursula Braun
3
-23
/
+25
2020-09-28
net/smc: remove constant and introduce helper to check for a pnet id
Karsten Graul
1
-8
/
+12
2020-09-28
udp_tunnel: add the ability to share port tables
Jakub Kicinski
1
-10
/
+86
2020-09-28
net: vlan: Fixed signedness in vlan_group_prealloc_vid()
Florian Fainelli
1
-1
/
+2
2020-09-26
net: dsa: tag_rtl4_a: use the generic flow dissector procedure
Vladimir Oltean
1
-9
/
+0
2020-09-26
net: dsa: tag_sja1105: use a custom flow dissector procedure
Vladimir Oltean
1
-0
/
+11
2020-09-26
net: dsa: tag_qca: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_mtk: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_edsa: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_dsa: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_brcm: use generic flow dissector procedure
Vladimir Oltean
1
-22
/
+12
2020-09-26
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
Vladimir Oltean
1
-2
/
+8
2020-09-26
net: dsa: point out the tail taggers
Vladimir Oltean
2
-0
/
+2
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
7
-23
/
+14
2020-09-26
net: dsa: tag_ocelot: use a short prefix on both ingress and egress
Vladimir Oltean
1
-7
/
+13
2020-09-26
net: dsa: tag_sja1105: request promiscuous mode for master
Vladimir Oltean
1
-0
/
+1
2020-09-26
net: dsa: allow drivers to request promiscuous mode on master
Vladimir Oltean
1
-1
/
+19
2020-09-25
devlink: introduce flash update overwrite mask
Jacob Keller
1
-1
/
+16
2020-09-25
devlink: convert flash_update to use params structure
Jacob Keller
1
-6
/
+8
2020-09-25
devlink: check flash_update parameter support in net core
Jacob Keller
1
-2
/
+13
2020-09-25
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
1
-12
/
+2
2020-09-25
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
1
-37
/
+22
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
2
-14
/
+14
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
2
-8
/
+3
2020-09-25
net: bridge: mcast: remove only S,G port groups from sg_port hash
Nikolay Aleksandrov
1
-4
/
+5
2020-09-25
net: vlan: Avoid using BUG() in vlan_proto_idx()
Florian Fainelli
2
-6
/
+16
2020-09-25
Bluetooth: MGMT: Fix not checking if BT_HS is enabled
Luiz Augusto von Dentz
1
-1
/
+6
2020-09-25
Bluetooth: Disable High Speed by default
Luiz Augusto von Dentz
1
-1
/
+0
2020-09-25
Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
Luiz Augusto von Dentz
2
-3
/
+18
2020-09-25
Bluetooth: A2MP: Fix not initializing all members
Luiz Augusto von Dentz
1
-1
/
+21
2020-09-25
Bluetooth: Fix update of own_addr_type if ll_privacy supported
Sathish Narasimman
1
-1
/
+7
2020-09-24
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
2
-4
/
+3
2020-09-24
mptcp: retransmit ADD_ADDR when timeout
Geliang Tang
3
-17
/
+96
[next]