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
2015-07-23
cfg802154: add PM hooks
Varka Bhadram
3
-0
/
+80
2015-07-23
mac802154: util: add stop_device utility function
Alexander Aring
3
-5
/
+11
2015-07-23
mac802154: remove unused macro
Varka Bhadram
1
-2
/
+0
2015-07-23
mac802154: use WARN_ON() macro
Varka Bhadram
1
-4
/
+2
2015-07-23
6lowpan: add request for ipv6 module
Alexander Aring
1
-0
/
+2
2015-07-23
mac802154: add llsec address update workaround
Alexander Aring
3
-3
/
+15
2015-07-23
ip_tunnel: Call ip_tunnel_core_init() from inet_init()
Thomas Graf
2
-10
/
+4
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
32
-136
/
+298
2015-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
31
-135
/
+295
2015-07-22
ipv6: sysctl to restrict candidate source addresses
Erik Kline
1
-3
/
+19
2015-07-22
mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference
Roopa Prabhu
1
-1
/
+1
2015-07-21
net: track success and failure of TCP PMTU probing
Rick Jones
2
-0
/
+4
2015-07-21
mpls: make RTA_OIF optional
Roopa Prabhu
1
-1
/
+66
2015-07-21
openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes
Chris J Arges
1
-1
/
+1
2015-07-21
netlink: don't hold mutex in rcu callback when releasing mmapd ring
Florian Westphal
1
-32
/
+47
2015-07-21
tcp: suppress a division by zero warning
Eric Dumazet
1
-6
/
+5
2015-07-21
tipc: fix compatibility bug
Jon Paul Maloy
1
-1
/
+1
2015-07-21
net: #ifdefify sk_classid member of struct sock
Mathias Krause
1
-0
/
+4
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
7
-361
/
+218
2015-07-21
openvswitch: Abstract vport name through ovs_vport_name()
Thomas Graf
6
-12
/
+9
2015-07-21
openvswitch: Move dev pointer into vport itself
Thomas Graf
6
-91
/
+59
2015-07-21
openvswitch: Make tunnel set action attach a metadata dst
Thomas Graf
6
-13
/
+79
2015-07-21
fib: Add fib rule match on tunnel id
Thomas Graf
2
-2
/
+38
2015-07-21
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
3
-1
/
+116
2015-07-21
route: Extend flow representation with tunnel key
Thomas Graf
2
-0
/
+10
2015-07-21
arp: Inherit metadata dst when creating ARP requests
Thomas Graf
1
-28
/
+37
2015-07-21
dst: Metadata destinations
Thomas Graf
4
-16
/
+75
2015-07-21
icmp: Don't leak original dst into ip_route_input()
Thomas Graf
1
-0
/
+1
2015-07-21
ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
Thomas Graf
11
-134
/
+64
2015-07-21
mpls: ip tunnel support
Roopa Prabhu
3
-1
/
+241
2015-07-21
mpls: export mpls functions for use by mpls iptunnels
Roopa Prabhu
2
-5
/
+15
2015-07-21
ipv6: rt6_info output redirect to tunnel output
Roopa Prabhu
1
-0
/
+1
2015-07-21
ipv4: redirect dst output to lwtunnel output
Roopa Prabhu
1
-0
/
+2
2015-07-21
lwtunnel: support dst output redirect function
Roopa Prabhu
1
-0
/
+56
2015-07-21
ipv6: support for fib route lwtunnel encap attributes
Roopa Prabhu
2
-3
/
+32
2015-07-21
ipv4: support for fib route lwtunnel encap attributes
Roopa Prabhu
3
-3
/
+117
2015-07-21
lwtunnel: infrastructure for handling light weight tunnels like mpls
Roopa Prabhu
3
-0
/
+187
2015-07-21
inet: frags: fix defragmented packet's IP header for af_packet
Edward Hyunkoo Jee
1
-2
/
+4
2015-07-21
xfrm: Fix a typo
Jakub Wilk
1
-1
/
+1
2015-07-21
sched: cls_flow: fix panic on filter replace
Daniel Borkmann
1
-2
/
+3
2015-07-21
sched: cls_flower: fix panic on filter replace
Daniel Borkmann
1
-1
/
+1
2015-07-21
sched: cls_bpf: fix panic on filter replace
Daniel Borkmann
1
-1
/
+1
2015-07-21
sctp: fix cut and paste issue in comment
Marcelo Ricardo Leitner
1
-1
/
+1
2015-07-21
sctp: fix src address selection if using secondary addresses
Marcelo Ricardo Leitner
1
-0
/
+10
2015-07-21
sctp: reduce indent level on sctp_v4_get_dst
Marcelo Ricardo Leitner
1
-15
/
+17
2015-07-21
Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...
David S. Miller
10
-41
/
+94
2015-07-21
net: ratelimit warnings about dst entry refcount underflow or overflow
Konstantin Khlebnikov
1
-1
/
+3
2015-07-21
caif: fix leaks and race in caif_queue_rcv_skb()
Eric Dumazet
1
-11
/
+8
2015-07-20
test_bpf: add bpf_skb_vlan_push/pop() tests
Alexei Starovoitov
1
-0
/
+2
2015-07-20
bpf: introduce bpf_skb_vlan_push/pop() helpers
Alexei Starovoitov
1
-0
/
+48
[next]