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-12-08
netfilter: nft_dynset: fix timeouts later than 23 days
Pablo Neira Ayuso
2
-5
/
+7
2020-12-08
net: dsa: print the MTU value that could not be set
Rasmus Villemoes
2
-5
/
+6
2020-12-08
xsk: Validate socket state in xsk_recvmsg, prior touching socket members
Björn Töpel
1
-2
/
+2
2020-12-08
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
4
-55
/
+36
2020-12-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2
-3
/
+6
2020-12-07
mptcp: print new line in mptcp_seq_show() if mptcp isn't in use
Jianguo Wu
1
-0
/
+1
2020-12-07
bridge: Fix a deadlock when enabling multicast snooping
Joseph Huang
3
-9
/
+41
2020-12-07
lwt_bpf: Replace preempt_disable() with migrate_disable()
Cong Wang
1
-3
/
+3
2020-12-07
lwt: Disable BH too in run_lwt_bpf()
Dongdong Wang
1
-4
/
+4
2020-12-07
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-12-07
Bluetooth: Set missing suspend task bits
Abhishek Pandit-Subedi
1
-0
/
+8
2020-12-07
Bluetooth: Change MGMT security info CMD to be more generic
Daniel Winkler
1
-14
/
+29
2020-12-07
Bluetooth: Query LE tx power on startup
Daniel Winkler
2
-0
/
+26
2020-12-07
Bluetooth: Use intervals and tx power from mgmt cmds
Daniel Winkler
3
-15
/
+30
2020-12-07
Bluetooth: Break add adv into two mgmt commands
Daniel Winkler
2
-11
/
+371
2020-12-07
Bluetooth: Add helper to set adv data
Daniel Winkler
1
-0
/
+31
2020-12-07
Bluetooth: Add toggle to switch off interleave scan
Howard Chung
3
-9
/
+36
2020-12-07
Bluetooth: Refactor read default sys config for various types
Howard Chung
1
-56
/
+84
2020-12-07
Bluetooth: Handle active scan case
Howard Chung
1
-1
/
+3
2020-12-07
Bluetooth: Handle system suspend resume case
Howard Chung
1
-1
/
+3
2020-12-07
Bluetooth: Interleave with allowlist scan
Howard Chung
3
-7
/
+134
2020-12-07
Bluetooth: Fix attempting to set RPA timeout when unsupported
Edward Vear
1
-1
/
+1
2020-12-07
Bluetooth: Rename get_adv_instance_scan_rsp
Luiz Augusto von Dentz
1
-23
/
+9
2020-12-07
Bluetooth: Fix not sending Set Extended Scan Response
Luiz Augusto von Dentz
1
-8
/
+6
2020-12-07
Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-C
Jimmy Wahlberg
1
-1
/
+1
2020-12-07
Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option
Wei Yongjun
1
-0
/
+5
2020-12-07
Bluetooth: fix typo in struct name
Reo Shiseki
1
-2
/
+2
2020-12-07
udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments
Xin Long
1
-1
/
+1
2020-12-05
Merge tag 'batadv-next-pullrequest-20201204' of git://git.open-mesh.org/linux...
Jakub Kicinski
40
-4099
/
+95
2020-12-04
net/nfc/nci: Support NCI 2.x initial sequence
Bongsu Jeon
3
-16
/
+104
2020-12-04
tipc: support 128bit node identity for peer removing
Hoang Le
1
-3
/
+18
2020-12-04
mac80211: mesh: fix mesh_pathtbl_init() error path
Eric Dumazet
1
-3
/
+1
2020-12-04
openvswitch: fix error return code in validate_and_copy_dec_ttl()
Wang Hai
1
-1
/
+1
2020-12-04
net: bridge: vlan: fix error return code in __vlan_add()
Zhang Changzhong
1
-1
/
+3
2020-12-04
ipv4: fix error return code in rtm_to_fib_config()
Zhang Changzhong
1
-1
/
+1
2020-12-04
net/sched: fq_pie: initialize timer earlier in fq_pie_init()
Davide Caratti
1
-1
/
+1
2020-12-04
net-zerocopy: Defer vm zap unless actually needed.
Arjun Roy
1
-50
/
+97
2020-12-04
net-zerocopy: Set zerocopy hint when data is copied
Arjun Roy
1
-0
/
+45
2020-12-04
net-zerocopy: Introduce short-circuit small reads.
Arjun Roy
1
-0
/
+36
2020-12-04
net-zerocopy: Fast return if inq < PAGE_SIZE
Arjun Roy
1
-0
/
+8
2020-12-04
net-zerocopy: Refactor frag-is-remappable test.
Arjun Roy
1
-8
/
+26
2020-12-04
net-zerocopy: Refactor skb frag fast-forward op.
Arjun Roy
1
-9
/
+26
2020-12-04
net-tcp: Introduce tcp_recvmsg_locked().
Arjun Roy
1
-30
/
+39
2020-12-04
net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.
Arjun Roy
1
-16
/
+68
2020-12-04
bpf: Expose bpf_sk_storage_* to iterator programs
Florent Revest
1
-0
/
+1
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
4
-22
/
+19
2020-12-04
seg6: add VRF support for SRv6 End.DT6 behavior
Andrea Mayer
1
-0
/
+76
2020-12-04
seg6: add support for the SRv6 End.DT4 behavior
Andrea Mayer
1
-0
/
+287
2020-12-04
seg6: add callbacks for customizing the creation/destruction of a behavior
Andrea Mayer
1
-0
/
+49
2020-12-04
seg6: add support for optional attributes in SRv6 behaviors
Andrea Mayer
1
-14
/
+106
[prev]
[next]