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
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
3
-3
/
+4
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
1
-2
/
+2
2019-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
14
-41
/
+78
2019-05-09
net/tls: handle errors from padding_length()
Jakub Kicinski
1
-8
/
+22
2019-05-09
net/tls: remove set but not used variables
Jakub Kicinski
1
-4
/
+1
2019-05-09
Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
16
-649
/
+764
2019-05-09
packet: Fix error path in packet_init
YueHaibing
1
-5
/
+20
2019-05-09
SUNRPC: Rebalance a kref in auth_gss.c
Chuck Lever
1
-0
/
+1
2019-05-09
SUNRPC: Fix an error code in gss_alloc_msg()
Dan Carpenter
1
-1
/
+3
2019-05-09
SUNRPC: task should be exit if encode return EKEYEXPIRED more times
ZhangXiaoxu
1
-1
/
+8
2019-05-09
net/tcp: use deferred jump label for TCP acked data hook
Jakub Kicinski
2
-5
/
+12
2019-05-09
Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-merge
David S. Miller
4
-9
/
+10
2019-05-09
vlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
1
-1
/
+3
2019-05-09
tipc: fix hanging clients using poll with EPOLLOUT flag
Parthasarathy Bhuvaragan
1
-2
/
+2
2019-05-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-8
/
+8
2019-05-08
net/sched: avoid double free on matchall reoffload
Pieter Jansen van Vuuren
1
-0
/
+1
2019-05-08
openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
Geert Uytterhoeven
1
-2
/
+2
2019-05-08
ipv4: Fix raw socket lookup for local traffic
David Ahern
1
-2
/
+2
2019-05-08
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...
Hangbin Liu
1
-3
/
+3
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
489
-9258
/
+14217
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-7
/
+26
2019-05-07
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2019-05-07
net/sched: remove block pointer from common offload structure
Pieter Jansen van Vuuren
4
-31
/
+17
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-05-07
net: dsa: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-05-07
vrf: sit mtu should not be updated when vrf netdev is the link
Stephen Suryaputra
1
-1
/
+1
2019-05-07
net: dsa: Fix error cleanup path in dsa_init_module
YueHaibing
1
-2
/
+9
2019-05-07
l2tp: Fix possible NULL pointer dereference
YueHaibing
1
-1
/
+2
2019-05-07
taprio: add null check on sched_nest to avoid potential null pointer dereference
Colin Ian King
1
-0
/
+2
2019-05-07
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
Linus Torvalds
3
-3
/
+3
2019-05-07
net_sched: sch_fq: handle non connected flows
Eric Dumazet
1
-2
/
+13
2019-05-07
net_sched: sch_fq: do not assume EDT packets are ordered
Eric Dumazet
1
-12
/
+83
2019-05-07
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-9
/
+2
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-4
/
+4
2019-05-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-9
/
+0
2019-05-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-12
/
+18
2019-05-06
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
3
-3
/
+3
2019-05-06
batman-adv: mcast: fix multicast tt/tvlv worker locking
Linus Lüssing
3
-8
/
+9
2019-05-06
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2019-05-05
sch_htb: redefine htb qdisc overlimits
Cong Wang
1
-3
/
+6
2019-05-05
net: dsa: sja1105: Add support for traffic through standalone ports
Vladimir Oltean
3
-0
/
+141
2019-05-05
net: dsa: Add support for deferred xmit
Vladimir Oltean
2
-12
/
+54
2019-05-05
net: dsa: Allow drivers to filter packets they can decode source port from
Vladimir Oltean
2
-1
/
+6
2019-05-05
net: dsa: Optional VLAN-based port separation for switches without tagging
Vladimir Oltean
3
-0
/
+234
2019-05-05
net: dsa: Export symbols for dsa_port_vid_{add, del}
Vladimir Oltean
1
-0
/
+2
2019-05-05
net: dsa: Call driver's setup callback after setting up its switchdev notifier
Vladimir Oltean
1
-4
/
+4
2019-05-05
net/sched: add block pointer to tc_cls_common_offload structure
Pieter Jansen van Vuuren
4
-17
/
+30
2019-05-05
net/sched: allow stats updates from offloaded police actions
Pieter Jansen van Vuuren
1
-0
/
+15
[next]