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-02-17
trace: events: add a few neigh tracepoints
Roopa Prabhu
1
-0
/
+8
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-184
/
+640
2019-02-16
atm: clean up vcc_seq_next()
Dan Carpenter
1
-1
/
+2
2019-02-16
sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values
Guillaume Nault
1
-0
/
+20
2019-02-15
net/ipv6: prefer rcu_access_pointer() over rcu_dereference()
Paolo Abeni
1
-7
/
+1
2019-02-16
bpf: make LWTUNNEL_BPF dependent on INET
Peter Oskolkov
1
-1
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
34
-77
/
+180
2019-02-14
bpf: fix memory leak in bpf_lwt_xmit_reroute
Peter Oskolkov
1
-9
/
+20
2019-02-14
devlink: Fix list access without lock while reading region
Parav Pandit
1
-2
/
+5
2019-02-14
devlink: Return right error code in case of errors for region read
Parav Pandit
1
-7
/
+19
2019-02-13
Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...
David S. Miller
8
-142
/
+1020
2019-02-13
page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappings
Jesper Dangaard Brouer
1
-5
/
+6
2019-02-13
net: page_pool: don't use page->private to store dma_addr_t
Ilias Apalodimas
1
-4
/
+9
2019-02-13
net: sched: remove duplicated include from cls_api.c
YueHaibing
1
-1
/
+0
2019-02-13
net: sched: flower: only return error from hw offload if skip_sw
Vlad Buslov
1
-2
/
+10
2019-02-13
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
1
-1
/
+1
2019-02-13
bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c
Peter Oskolkov
1
-2
/
+124
2019-02-13
ipv6_stub: add ipv6_route_input stub/proxy.
Peter Oskolkov
2
-0
/
+13
2019-02-13
bpf: handle GSO in bpf_lwt_push_encap
Peter Oskolkov
1
-2
/
+65
2019-02-13
bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encap
Peter Oskolkov
2
-1
/
+67
2019-02-13
bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encap
Peter Oskolkov
1
-5
/
+43
2019-02-13
sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
Xin Long
1
-1
/
+3
2019-02-13
sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
Xin Long
1
-0
/
+1
2019-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-8
/
+18
2019-02-13
netfilter: nft_compat: use-after-free when deleting targets
Pablo Neira Ayuso
1
-1
/
+2
2019-02-12
net_sched: fix two more memory leaks in cls_tcindex
Cong Wang
1
-9
/
+7
2019-02-12
net_sched: fix a memory leak in cls_tcindex
Cong Wang
1
-16
/
+30
2019-02-12
net_sched: fix a race condition in tcindex_destroy()
Cong Wang
1
-7
/
+11
2019-02-12
net: sched: unlock rules update API
Vlad Buslov
1
-17
/
+114
2019-02-12
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
1
-92
/
+149
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
13
-135
/
+178
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
1
-1
/
+11
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
12
-15
/
+20
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
1
-6
/
+29
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
1
-25
/
+152
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
2
-12
/
+62
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
1
-10
/
+43
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
2
-33
/
+84
2019-02-12
net: sched: protect chain template accesses with block lock
Vlad Buslov
1
-16
/
+57
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
2
-26
/
+74
2019-02-12
net: sched: protect block->chain0 with block->lock
Vlad Buslov
1
-3
/
+14
2019-02-12
net: sched: refactor tc_ctl_chain() to use block->lock
Vlad Buslov
1
-11
/
+25
2019-02-12
net: sched: protect chain->explicitly_created with block->lock
Vlad Buslov
1
-6
/
+13
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
1
-13
/
+71
2019-02-12
net/packet: fix 4gb buffer limit due to overflow check
Kal Conley
1
-1
/
+1
2019-02-12
inet_diag: fix reporting cgroup classid and fallback to priority
Konstantin Khlebnikov
2
-1
/
+10
2019-02-12
batman-adv: fix uninit-value in batadv_interface_tx()
Eric Dumazet
1
-0
/
+2
2019-02-12
ipv6: propagate genlmsg_reply return code
Li RongQing
1
-3
/
+1
2019-02-12
net/tls: Do not use async crypto for non-data records
Vakul Garg
1
-6
/
+12
2019-02-12
devlink: use direct return of genlmsg_reply
Li RongQing
1
-4
/
+1
[next]