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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-29
ip_tunnels: record IP version in tunnel info
Jiri Benc
1
-0
/
+2
2015-08-29
net: FIB tracepoints
David Ahern
1
-0
/
+1
2015-08-28
netpoll: warn on netpoll_send_udp users who haven't disabled irqs
Nikolay Aleksandrov
1
-0
/
+2
2015-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-08-27
net: fix IFF_NO_QUEUE for drivers using alloc_netdev
Phil Sutter
1
-1
/
+1
2015-08-27
sock: fix kernel doc error
Jean Sacren
1
-1
/
+1
2015-08-27
net: introduce change upper device notifier change info
Jiri Pirko
1
-2
/
+14
2015-08-27
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
1
-1
/
+1
2015-08-26
bpf: fix bpf_skb_set_tunnel_key() helper
Alexei Starovoitov
1
-0
/
+1
2015-08-25
route: fix a use-after-free
WANG Cong
1
-1
/
+2
2015-08-25
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
1
-2
/
+2
2015-08-24
lwt: Add cfg argument to build_state
Tom Herbert
1
-2
/
+3
2015-08-21
mm: make page pfmemalloc check more robust
Michal Hocko
1
-1
/
+1
2015-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-19
/
+18
2015-08-20
route: move lwtunnel state to dst_entry
Jiri Benc
3
-61
/
+14
2015-08-20
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
1
-2
/
+2
2015-08-18
net: warn if drivers set tx_queue_len = 0
Phil Sutter
1
-0
/
+3
2015-08-17
net: Add inet_proto_csum_replace_by_diff utility function
Tom Herbert
1
-0
/
+13
2015-08-17
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
2
-3
/
+3
2015-08-17
lwt: Add support to redirect dst.input
Tom Herbert
1
-0
/
+55
2015-08-17
net: Export bpf_prog_create_from_user().
David S. Miller
1
-0
/
+1
2015-08-13
net: allow sleeping when modifying store_rps_map
Sasha Levin
1
-4
/
+4
2015-08-13
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
1
-19
/
+18
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+14
2015-08-10
inet: fix races with reqsk timers
Eric Dumazet
1
-1
/
+7
2015-08-10
net: add explicit logging and stat for neighbour table overflow
Rick Jones
1
-4
/
+10
2015-08-07
net: Fix race condition in store_rps_map
Tom Herbert
1
-4
/
+7
2015-08-06
net: pktgen: don't abuse current->state in pktgen_thread_worker()
Oleg Nesterov
1
-3
/
+0
2015-08-06
net: Fix skb_set_peeked use-after-free bug
Herbert Xu
1
-6
/
+7
2015-08-03
lwtunnel: set skb protocol and dev
Robert Shearman
1
-2
/
+10
2015-08-02
ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filters
Daniel Borkmann
1
-0
/
+7
2015-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+7
2015-07-31
net: Add functions to get skb->hash based on flow structures
Tom Herbert
1
-4
/
+54
2015-07-31
bpf: add helpers to access tunnel metadata
Alexei Starovoitov
2
-6
/
+106
2015-07-30
net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...
Sowmini Varadhan
1
-1
/
+2
2015-07-29
net: pktgen: Remove unused 'allocated_skbs' field
Bogdan Hamciuc
1
-2
/
+0
2015-07-29
net: pktgen: Observe needed_headroom of the device
Bogdan Hamciuc
1
-1
/
+2
2015-07-29
lwtunnel: Make lwtun_encaps[] static
Thomas Graf
1
-1
/
+1
2015-07-27
lwtunnel: use kfree_skb() instead of vanilla kfree()
Dan Carpenter
1
-1
/
+1
2015-07-27
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
1
-2
/
+3
2015-07-27
dev: Spelling fix in comments
subashab@codeaurora.org
1
-2
/
+2
2015-07-25
cgroup: net_cls: fix false-positive "suspicious RCU usage"
Konstantin Khlebnikov
1
-1
/
+2
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-14
/
+57
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
1
-9
/
+17
2015-07-21
fib: Add fib rule match on tunnel id
Thomas Graf
1
-2
/
+22
2015-07-21
dst: Metadata destinations
Thomas Graf
2
-15
/
+71
2015-07-21
lwtunnel: support dst output redirect function
Roopa Prabhu
1
-0
/
+56
2015-07-21
lwtunnel: infrastructure for handling light weight tunnels like mpls
Roopa Prabhu
2
-0
/
+180
2015-07-21
net: ratelimit warnings about dst entry refcount underflow or overflow
Konstantin Khlebnikov
1
-1
/
+3
2015-07-20
test_bpf: add bpf_skb_vlan_push/pop() tests
Alexei Starovoitov
1
-0
/
+2
[next]