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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-24
vxlan: Eliminate dependency on UDP socket in transmit path
Tom Herbert
1
-5
/
+8
2015-01-24
udp: Do not require sock in udp_tunnel_xmit_skb
Tom Herbert
1
-8
/
+8
2015-01-23
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
1
-0
/
+1
2015-01-19
Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/sc...
David S. Miller
3
-15
/
+37
2015-01-19
net: sched: Introduce connmark action
Felix Fietkau
2
-0
/
+36
2015-01-19
tunnels: advertise link netns via netlink
Nicolas Dichtel
2
-0
/
+2
2015-01-19
rtnl: add link netns id to interface messages
Nicolas Dichtel
2
-0
/
+3
2015-01-19
netns: add rtnl cmd to add and get peer netns ids
Nicolas Dichtel
4
-0
/
+33
2015-01-18
switchdev: fix typo in inline function definition
Jiri Pirko
1
-1
/
+1
2015-01-18
ip_tunnel: Create percpu gro_cell
Martin KaFai Lau
1
-17
/
+12
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2
-7
/
+3
2015-01-18
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-6
/
+32
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
2
-18
/
+11
2015-01-18
switchdev: introduce switchdev notifier
Jiri Pirko
1
-0
/
+31
2015-01-17
tc: add BPF based action
Jiri Pirko
3
-0
/
+57
2015-01-16
Bluetooth: Remove unused function
Rickard Strandqvist
1
-1
/
+0
2015-01-16
rhashtable: Fix race in rhashtable_destroy() and use regular work_struct
Ying Xue
1
-1
/
+1
2015-01-15
Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...
David S. Miller
4
-147
/
+356
2015-01-15
ipv4: per cpu uncached list
Eric Dumazet
1
-0
/
+2
2015-01-15
cfg80211: change bandwidth reporting to explicit field
Johannes Berg
2
-8
/
+33
2015-01-15
cfg80211: remove 80+80 MHz rate reporting
Johannes Berg
2
-6
/
+5
2015-01-15
mac80211: remove 80+80 MHz rate reporting
Johannes Berg
1
-4
/
+2
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+0
2015-01-15
openvswitch: Support VXLAN Group Policy extension
Thomas Graf
2
-1
/
+15
2015-01-15
vxlan: Only bind to sockets with compatible flags enabled
Thomas Graf
1
-0
/
+3
2015-01-15
vxlan: Group Policy extension
Thomas Graf
2
-5
/
+75
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-59
/
+197
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+7
2015-01-14
openvswitch: packet messages need their own probe attribtue
Thomas Graf
1
-0
/
+4
2015-01-14
netdevice: Add missing parentheses in macro
Benjamin Poirier
1
-1
/
+1
2015-01-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+8
2015-01-14
vxlan: Remote checksum offload
Tom Herbert
2
-0
/
+13
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-2
/
+13
2015-01-14
nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLAN
Luciano Coelho
1
-1
/
+3
2015-01-14
cfg80211: introduce sync regdom set API for self-managed
Arik Nemtsov
1
-0
/
+14
2015-01-14
xen: add page_to_mfn()
David Vrabel
1
-0
/
+5
2015-01-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-6
/
+6
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
3
-13
/
+13
2015-01-13
net: sched: fix skb->protocol use in case of accelerated vlan path
Jiri Pirko
1
-0
/
+12
2015-01-13
ipv6: directly include libc-compat.h in ipv6.h
Willem de Bruijn
1
-0
/
+1
2015-01-13
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Christian Borntraeger
1
-6
/
+6
2015-01-14
Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+51
2015-01-13
net: Corrected the comment describing the ndo operations to reflect the actua...
B Viswanath
1
-2
/
+2
2015-01-13
rhashtable: add a note for grow and shrink decision functions
Ying Xue
1
-0
/
+4
2015-01-13
rhashtable: involve rhashtable_lookup_compare_insert routine
Ying Xue
1
-0
/
+5
2015-01-13
x86/xen: properly retrieve NMI reason
Jan Beulich
1
-0
/
+51
2015-01-13
Merge tag 'mmc-v3.19-3' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
1
-0
/
+1
2015-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
3
-6
/
+0
2015-01-13
mm: mmu_gather: use tlb->end != 0 only for TLB invalidation
Will Deacon
1
-2
/
+6
2015-01-12
rtnetlink: new filter RTEXT_FILTER_BRVLAN_COMPRESSED
Roopa Prabhu
1
-0
/
+1
[next]