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
...
|
*
|
bridge: Fix network header pointer for vlan tagged packets
Toshiaki Makita
2015-07-29
1
-7
/
+22
|
*
|
packet: tpacket_snd(): fix signed/unsigned comparison
Alexander Drozdov
2015-07-29
1
-1
/
+2
|
*
|
arp: filter NOARP neighbours for SIOCGARP
Eric Dumazet
2015-07-28
1
-7
/
+9
|
*
|
net/ipv4: suppress NETDEV_UP notification on address lifetime update
David Ward
2015-07-28
1
-1
/
+0
|
*
|
bridge: stp: when using userspace stp stop kernel hello and hold timers
Nikolay Aleksandrov
2015-07-28
3
-4
/
+18
|
*
|
packet: missing dev_put() in packet_do_bind()
Lars Westerhoff
2015-07-27
1
-5
/
+3
|
*
|
fib_trie: Drop unnecessary calls to leaf_pull_suffix
Alexander Duyck
2015-07-27
1
-4
/
+0
|
*
|
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
2015-07-27
4
-9
/
+13
|
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-07-26
1
-0
/
+4
|
|
\
\
|
|
*
|
Bluetooth: Fix NULL pointer dereference in smp_conn_security
Johan Hedberg
2015-07-23
1
-0
/
+4
|
*
|
|
inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the test
Nikolay Aleksandrov
2015-07-26
3
-3
/
+2
|
*
|
|
inet: frag: don't wait for timer deletion when evicting
Florian Westphal
2015-07-26
1
-18
/
+11
|
*
|
|
inet: frag: change *_frag_mem_limit functions to take netns_frags as argument
Florian Westphal
2015-07-26
5
-16
/
+16
|
*
|
|
inet: frag: don't re-use chainlist for evictor
Florian Westphal
2015-07-26
1
-5
/
+3
|
*
|
|
net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warnings
Daniel Borkmann
2015-07-26
1
-6
/
+0
|
*
|
|
bridge: netlink: fix slave_changelink/br_setport race conditions
Nikolay Aleksandrov
2015-07-26
1
-1
/
+9
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-07-25
11
-77
/
+163
|
|
\
\
\
|
|
*
|
|
netfilter: nf_conntrack: Support expectations in different zones
Joe Stringer
2015-07-22
1
-1
/
+2
|
|
*
|
|
Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
2015-07-20
5
-39
/
+110
|
|
|
\
\
\
|
|
|
*
|
|
ipvs: call skb_sender_cpu_clear
Julian Anastasov
2015-07-14
1
-0
/
+6
|
|
|
*
|
|
ipvs: fix crash with sync protocol v0 and FTP
Julian Anastasov
2015-07-14
1
-1
/
+1
|
|
|
*
|
|
ipvs: skb_orphan in case of forwarding
Alex Gartrell
2015-07-14
1
-0
/
+27
|
|
|
*
|
|
ipvs: fix crash if scheduler is changed
Julian Anastasov
2015-07-14
3
-37
/
+69
|
|
|
*
|
|
ipvs: do not use random local source address for tunnels
Julian Anastasov
2015-07-14
1
-1
/
+0
|
|
|
*
|
|
ipvs: fix ipv6 route unreach panic
Alex Gartrell
2015-07-14
1
-0
/
+7
|
|
*
|
|
|
netfilter: fix netns dependencies with conntrack templates
Pablo Neira Ayuso
2015-07-20
3
-32
/
+50
|
|
|
/
/
/
|
|
*
|
|
netfilter: IDLETIMER: fix lockdep warning
Dmitry Torokhov
2015-07-13
1
-0
/
+1
|
|
*
|
|
netfilter: ctnetlink: put back references to master ct and expect objects
Pablo Neira Ayuso
2015-07-10
1
-5
/
+0
|
*
|
|
|
cgroup: net_cls: fix false-positive "suspicious RCU usage"
Konstantin Khlebnikov
2015-07-25
1
-1
/
+2
|
*
|
|
|
sch_choke: drop all packets in queue during reset
WANG Cong
2015-07-24
1
-0
/
+13
|
*
|
|
|
sch_plug: purge buffered packets during reset
WANG Cong
2015-07-24
1
-0
/
+1
|
*
|
|
|
ipv4: consider TOS in fib_select_default
Julian Anastasov
2015-07-24
4
-13
/
+29
|
*
|
|
|
ipv4: fib_select_default should match the prefix
Julian Anastasov
2015-07-24
1
-0
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2015-07-28
3
-13
/
+23
|
\
\
\
\
|
*
|
|
|
SUNRPC: Report TCP errors to the caller
Trond Myklebust
2015-07-27
1
-7
/
+6
|
*
|
|
|
sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable.
NeilBrown
2015-07-27
1
-0
/
+9
|
*
|
|
|
SUNRPC: xprt_complete_bc_request must also decrement the free slot count
Trond Myklebust
2015-07-22
1
-1
/
+1
|
*
|
|
|
SUNRPC: Fix a backchannel deadlock
Trond Myklebust
2015-07-22
1
-2
/
+2
|
*
|
|
|
SUNRPC: Don't confuse ENOBUFS with a write_space issue
Trond Myklebust
2015-07-03
1
-1
/
+2
|
*
|
|
|
SUNRPC: Don't reencode message if transmission failed with ENOBUFS
Trond Myklebust
2015-07-03
1
-2
/
+3
*
|
|
|
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2015-07-23
1
-0
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
9p/trans_virtio: reset virtio device on remove
Pierre Morel
2015-07-13
1
-0
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-07-22
31
-135
/
+295
|
\
\
\
\
\
|
*
|
|
|
|
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
2015-07-21
1
-1
/
+1
|
*
|
|
|
|
netlink: don't hold mutex in rcu callback when releasing mmapd ring
Florian Westphal
2015-07-21
1
-32
/
+47
|
*
|
|
|
|
tcp: suppress a division by zero warning
Eric Dumazet
2015-07-21
1
-6
/
+5
|
*
|
|
|
|
inet: frags: fix defragmented packet's IP header for af_packet
Edward Hyunkoo Jee
2015-07-21
1
-2
/
+4
|
*
|
|
|
|
sched: cls_flow: fix panic on filter replace
Daniel Borkmann
2015-07-21
1
-2
/
+3
|
*
|
|
|
|
sched: cls_flower: fix panic on filter replace
Daniel Borkmann
2015-07-21
1
-1
/
+1
|
*
|
|
|
|
sched: cls_bpf: fix panic on filter replace
Daniel Borkmann
2015-07-21
1
-1
/
+1
[prev]
[next]