index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-21
18
-37
/
+79
|
\
|
*
ipv6: repair fib6 tree in failure case
Wei Wang
2017-08-20
1
-13
/
+11
|
*
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
2017-08-18
1
-0
/
+2
|
*
rxrpc: Fix oops when discarding a preallocated service call
David Howells
2017-08-18
1
-0
/
+1
|
*
irda: do not leak initialized list.dev to userspace
Colin Ian King
2017-08-18
1
-1
/
+1
|
*
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
2017-08-18
1
-2
/
+1
|
*
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
2017-08-18
1
-2
/
+9
|
*
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
2017-08-18
1
-0
/
+4
|
*
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
2017-08-18
1
-0
/
+2
|
*
tipc: fix use-after-free
Eric Dumazet
2017-08-18
1
-2
/
+4
|
*
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
Matthew Dawson
2017-08-18
4
-9
/
+14
|
*
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
2017-08-18
1
-1
/
+1
|
*
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
2017-08-16
1
-1
/
+1
|
*
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
2017-08-16
1
-2
/
+12
|
*
openvswitch: fix skb_panic due to the incorrect actions attrlen
Liping Zhang
2017-08-16
3
-3
/
+7
|
*
net: igmp: Use ingress interface rather than vrf device
David Ahern
2017-08-16
1
-1
/
+9
*
|
tipc: don't reset stale broadcast send link
Jon Paul Maloy
2017-08-21
4
-45
/
+17
*
|
net: check type when freeing metadata dst
David Lamparter
2017-08-21
1
-1
/
+2
*
|
net: ipv6: put host and anycast routes on device with address
David Ahern
2017-08-21
3
-56
/
+47
*
|
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-21
9
-17
/
+10
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-08-21
14
-33
/
+92
|
\
\
|
*
|
net: xfrm: support setting an output mark.
Lorenzo Colitti
2017-08-11
6
-17
/
+40
|
*
|
net: Allow IPsec GSO for local sockets
Steffen Klassert
2017-08-02
1
-1
/
+1
|
*
|
xfrm: Clear RX SKB secpath xfrm_offload
Ilan Tayari
2017-08-02
1
-0
/
+2
|
*
|
xfrm: Auto-load xfrm offload modules
Ilan Tayari
2017-08-02
5
-6
/
+16
|
*
|
esp6: Fix RX checksum after header pull
Yossi Kuperman
2017-08-02
1
-0
/
+2
|
*
|
xfrm6: Fix CHECKSUM_COMPLETE after IPv6 header push
Yossi Kuperman
2017-08-02
1
-1
/
+3
|
*
|
esp6: Support RX checksum with crypto offload
Ilan Tayari
2017-08-02
2
-4
/
+14
|
*
|
esp4: Support RX checksum with crypto offload
Ilan Tayari
2017-08-02
2
-4
/
+14
*
|
|
net: style cleanups
stephen hemminger
2017-08-18
1
-32
/
+36
*
|
|
net: mark receive queue attributes ro_after_init
stephen hemminger
2017-08-18
1
-12
/
+13
*
|
|
net: make queue attributes ro_after_init
stephen hemminger
2017-08-18
1
-21
/
+19
*
|
|
net: make BQL sysfs attributes ro_after_init
stephen hemminger
2017-08-18
1
-11
/
+11
*
|
|
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
2017-08-18
1
-26
/
+11
*
|
|
net: make net sysfs attributes ro_after_init
stephen hemminger
2017-08-18
1
-2
/
+2
*
|
|
net: constify net_ns_type_operations
stephen hemminger
2017-08-18
1
-1
/
+1
*
|
|
net: make net_class ro_after_init
stephen hemminger
2017-08-18
1
-1
/
+1
*
|
|
net: constify netdev_class_file
stephen hemminger
2017-08-18
1
-2
/
+2
*
|
|
net: don't decrement kobj reference count on init failure
stephen hemminger
2017-08-18
1
-12
/
+10
*
|
|
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
2017-08-18
1
-7
/
+12
*
|
|
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
2017-08-18
1
-0
/
+11
*
|
|
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
2017-08-18
3
-7
/
+7
*
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2017-08-18
2
-1
/
+13
|
\
\
\
|
*
|
|
Bluetooth: kfree tmp rather than an alias to it
Colin Ian King
2017-08-11
1
-1
/
+1
|
*
|
|
Bluetooth: document config options
Pavel Machek
2017-08-08
1
-0
/
+12
*
|
|
|
ipv6: fix false-postive maybe-uninitialized warning
Arnd Bergmann
2017-08-18
1
-2
/
+4
*
|
|
|
bpf: reuse tc bpf prologue for sk skb progs
Daniel Borkmann
2017-08-17
1
-37
/
+10
*
|
|
|
bpf: no need to nullify ri->map in xdp_do_redirect
Daniel Borkmann
2017-08-17
1
-1
/
+0
*
|
|
|
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
David S. Miller
2017-08-16
1
-0
/
+2
*
|
|
|
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
2017-08-16
1
-1
/
+1
[next]