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
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
65
-355
/
+465
2016-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
61
-345
/
+433
2016-06-29
Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-3
/
+6
2016-06-29
openvswitch: fix conntrack netlink event delivery
Samuel Gauthier
1
-2
/
+12
2016-06-29
net_sched: netem: do not call qdisc_drop() with a NULL skb
Eric Dumazet
1
-4
/
+8
2016-06-29
neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()
David Barroso
1
-1
/
+5
2016-06-29
cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header
Felix Fietkau
1
-1
/
+1
2016-06-29
net: bridge: fix vlan stats continue counter
Nikolay Aleksandrov
1
-1
/
+1
2016-06-29
tcp: do not send too big packets at retransmit time
Eric Dumazet
1
-1
/
+6
2016-06-29
tipc: rename udp_port in struct udp_media_addr
Richard Alpe
1
-12
/
+12
2016-06-29
tipc: honor msg2addr return value
Richard Alpe
1
-1
/
+4
2016-06-29
net: the space is required before the open parenthesis '('
Wei Tang
1
-4
/
+4
2016-06-29
batman-adv: Clean up untagged vlan when destroying via rtnl-link
Sven Eckelmann
1
-0
/
+9
2016-06-29
batman-adv: Fix ICMP RR ethernet access after skb_linearize
Sven Eckelmann
1
-0
/
+1
2016-06-29
batman-adv: Fix double-put of vlan object
Ben Hutchings
1
-1
/
+0
2016-06-29
batman-adv: Fix use-after-free/double-free of tt_req_node
Sven Eckelmann
2
-6
/
+39
2016-06-29
batman-adv: replace WARN with rate limited output on non-existing VLAN
Simon Wunderlich
1
-2
/
+4
2016-06-28
Bridge: Fix ipv6 mc snooping if bridge has no ipv6 address
daniel
2
-4
/
+23
2016-06-28
mac80211: Fix mesh estab_plinks counting in STA removal case
Jouni Malinen
1
-2
/
+5
2016-06-28
caif: Remove unneeded header file
Amitoj Kaur Chawla
1
-1
/
+0
2016-06-28
net: diag: Add support to filter on device index
David Ahern
1
-0
/
+25
2016-06-28
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Tom Goff
2
-1
/
+4
2016-06-27
vsock: make listener child lock ordering explicit
Stefan Hajnoczi
1
-2
/
+10
2016-06-27
ipv6: enforce egress device match in per table nexthop lookups
Paolo Abeni
1
-1
/
+1
2016-06-27
Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...
David S. Miller
2
-21
/
+12
2016-06-27
tipc: Use kmemdup instead of kmalloc and memcpy
Amitoj Kaur Chawla
1
-2
/
+1
2016-06-26
Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
20
-1257
/
+797
2016-06-25
net_sched: generalize bulk dequeue
Eric Dumazet
1
-10
/
+58
2016-06-25
net_sched: sch_htb: export class backlog in dumps
Eric Dumazet
1
-4
/
+10
2016-06-25
net_sched: fq_codel: cache skb->truesize into skb->cb
Eric Dumazet
1
-3
/
+4
2016-06-25
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
27
-103
/
+140
2016-06-25
openvswitch: Only set mark and labels with a commit flag.
Jarno Rajahalme
1
-25
/
+51
2016-06-25
openvswitch: Set mark and labels before confirming.
Jarno Rajahalme
1
-19
/
+14
2016-06-23
netem: fix a use after free
Eric Dumazet
1
-6
/
+6
2016-06-23
act_ife: acquire ife_mod_lock before reading ifeoplist
WANG Cong
1
-6
/
+8
2016-06-23
act_ife: only acquire tcf_lock for existing actions
WANG Cong
1
-24
/
+31
2016-06-23
esp: Fix ESN generation under UDP encapsulation
Herbert Xu
1
-20
/
+32
2016-06-23
can: only call can_stat_update with procfs
Arnd Bergmann
2
-21
/
+12
2016-06-22
openvswitch: Add packet len info to upcall.
William Tu
1
-1
/
+12
2016-06-22
tipc: unclone unbundled buffers before forwarding
Jon Paul Maloy
2
-11
/
+6
2016-06-22
kcm: fix /proc memory leak
Jiri Slaby
1
-0
/
+1
2016-06-22
rxrpc: Kill off the rxrpc_transport struct
David Howells
11
-451
/
+65
2016-06-22
rxrpc: Kill the client connection bundle concept
David Howells
8
-480
/
+288
2016-06-22
rxrpc: Provide more refcount helper functions
David Howells
8
-18
/
+26
2016-06-22
rxrpc: Make rxrpc_send_packet() take a connection not a transport
David Howells
3
-24
/
+31
2016-06-22
rxrpc: Calls displayed in /proc may in future lack a connection
David Howells
1
-8
/
+11
2016-06-22
rxrpc: Validate the net address given to rxrpc_kernel_begin_call()
David Howells
1
-0
/
+5
2016-06-22
rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis
David Howells
6
-152
/
+196
2016-06-22
rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is
David Howells
1
-8
/
+8
2016-06-22
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions
David Howells
5
-43
/
+44
[next]