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
2014-07-24
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-25
/
+25
2014-07-24
openvswitch: Enable tunnel GSO for OVS bridge.
Pravin B Shelar
1
-0
/
+8
2014-07-24
openvswitch: Allow each vport to have an array of 'port_id's.
Alex Wang
1
-4
/
+9
2014-07-23
sock: remove skb argument from sk_rcvqueues_full
Sorin Dumitru
1
-3
/
+2
2014-07-22
net/mlx4_core: Use low memory profile on kdump kernel
Amir Vadai
1
-0
/
+7
2014-07-22
net: skbuff: Use ALIGN macro instead of open coding it
Tobias Klauser
1
-2
/
+1
2014-07-22
net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY
David Laight
1
-1
/
+1
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-65
/
+66
2014-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+5
2014-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-152
/
+69
2014-07-20
net: print net_device reg_state in netdev_* unless it's registered
Veaceslav Falico
1
-1
/
+17
2014-07-20
net: use dev->name in netdev_pr* when it's available
Veaceslav Falico
1
-2
/
+2
2014-07-19
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
4
-24
/
+49
2014-07-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-36
/
+10
2014-07-18
Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2014-07-18
cpufreq: make table sentinel macros unsigned to match use
Brian W Hart
1
-2
/
+2
2014-07-17
Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8
Anish Bhatt
1
-2
/
+2
2014-07-16
net: clean up some sparse endianness warnings in ipv6.h
Jeff Layton
1
-6
/
+11
2014-07-16
udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.
David Held
1
-0
/
+14
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+5
2014-07-16
net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support
Geir Ola Vaagland
1
-0
/
+1
2014-07-16
net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support
Geir Ola Vaagland
4
-19
/
+39
2014-07-16
net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support
Geir Ola Vaagland
3
-8
/
+32
2014-07-16
net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support
Geir Ola Vaagland
2
-3
/
+22
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-55
/
+91
2014-07-16
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2014-07-16
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
1
-2
/
+4
2014-07-16
locking/rwsem: Reduce the size of struct rw_semaphore
Jason Low
1
-14
/
+11
2014-07-16
locking/rwsem: Rename 'activity' to 'count'
Peter Zijlstra
1
-4
/
+4
2014-07-16
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
2
-1
/
+9
2014-07-16
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
3
-6
/
+24
2014-07-16
locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
2
-4
/
+4
2014-07-15
Merge tag 'linux-can-next-for-3.17-20140715' of git://gitorious.org/linux-can...
David S. Miller
1
-1
/
+2
2014-07-15
net-timestamp: document deprecated syststamp
Willem de Bruijn
1
-2
/
+4
2014-07-15
tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction
Christoph Paasch
1
-1
/
+1
2014-07-15
net: rtnetlink - make create_link take name_assign_type
Tom Gundersen
1
-0
/
+1
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-4
/
+6
2014-07-15
net: add name_assign_type netdev attribute
Tom Gundersen
2
-0
/
+8
2014-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-18
/
+9
2014-07-15
can: netlink: Add CAN_CTRLMODE_PRESUME_ACK flag
Nikita Edward Baruzdin
1
-0
/
+1
2014-07-15
can: netlink: Remove space before tab
Nikita Edward Baruzdin
1
-1
/
+1
2014-07-14
udp: Add udp_sock_create for UDP tunnels to open listener socket
Tom Herbert
1
-0
/
+32
2014-07-14
neigh: sysctl - simplify address calculation of gc_* variables
Mathias Krause
1
-1
/
+0
2014-07-14
netfilter: nf_tables: 64bit stats need some extra synchronization
Eric Dumazet
1
-2
/
+4
2014-07-14
netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stale
Pablo Neira Ayuso
1
-1
/
+1
2014-07-13
net: filter: sk_chk_filter() no longer mangles filter
Eric Dumazet
1
-1
/
+1
2014-07-13
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
5
-69
/
+353
2014-07-13
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...
Linus Torvalds
1
-1
/
+0
2014-07-13
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2014-07-11
ipv6: addrconf: implement address generation modes
Jiri Pirko
2
-0
/
+7
[next]