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
2017-10-02
thunderbolt: Add function to retrieve DMA device for the ring
Mika Westerberg
1
-0
/
+13
2017-10-02
thunderbolt: Add polling mode for rings
Mika Westerberg
1
-7
/
+16
2017-10-02
thunderbolt: Use spinlock in NHI serialization
Mika Westerberg
1
-1
/
+1
2017-10-02
thunderbolt: Use spinlock in ring serialization
Mika Westerberg
1
-1
/
+1
2017-10-02
thunderbolt: Move ring descriptor flags to thunderbolt.h
Mika Westerberg
1
-0
/
+18
2017-10-02
thunderbolt: Export ring handling functions to modules
Mika Westerberg
1
-0
/
+158
2017-10-02
thunderbolt: Add support for XDomain discovery protocol
Mika Westerberg
2
-0
/
+268
2017-10-02
thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.h
Mika Westerberg
1
-0
/
+7
2017-10-02
thunderbolt: Move thunderbolt domain structure to thunderbolt.h
Mika Westerberg
1
-0
/
+45
2017-10-02
thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.h
Mika Westerberg
1
-0
/
+17
2017-10-02
thunderbolt: Add support for XDomain properties
Mika Westerberg
1
-0
/
+89
2017-10-02
byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to core
Mika Westerberg
1
-0
/
+16
2017-10-02
net/dst: Make skb parameter of skb{metadata_dst, tunnel_info}() const
Simon Horman
1
-2
/
+3
2017-10-01
net-ipv6: remove unused IP6_ECN_clear() function
Maciej Żenczykowski
1
-5
/
+0
2017-10-01
ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob
Haishuang Yan
1
-0
/
+3
2017-10-01
ipv4: Namespaceify tcp_fastopen_key knob
Haishuang Yan
2
-3
/
+7
2017-10-01
ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once
Haishuang Yan
1
-1
/
+1
2017-10-01
ipv4: Namespaceify tcp_fastopen knob
Haishuang Yan
2
-1
/
+1
2017-10-01
net: dsa: remove tag ops from the switch tree
Vivien Didelot
1
-11
/
+0
2017-10-01
net: dsa: change dsa_ptr for a dsa_port
Vivien Didelot
1
-2
/
+2
2017-10-01
net: dsa: prepare master receive hot path
Vivien Didelot
1
-0
/
+5
2017-10-01
net: dsa: add tagging ops to port
Vivien Didelot
1
-0
/
+3
2017-10-01
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
1
-0
/
+20
2017-09-30
net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)
Maciej Żenczykowski
1
-0
/
+1
2017-09-29
i40e: Enable VF to negotiate number of allocated queues
Alan Brady
1
-0
/
+20
2017-09-29
net: ipv4: remove fib_weight
David Ahern
1
-3
/
+0
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
2
-0
/
+3
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
2
-0
/
+10
2017-09-29
net: bridge: add per-port group_fwd_mask with less restrictions
Nikolay Aleksandrov
1
-0
/
+1
2017-09-28
arp: make arp_hdr_len() return unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-27
net: mroute: Check if rule is a default rule
Yotam Gigi
1
-0
/
+7
2017-09-27
net: ipmr: Add MFC offload indication
Yotam Gigi
1
-0
/
+2
2017-09-27
ipmr: Add FIB notification access functions
Yotam Gigi
2
-0
/
+18
2017-09-27
ipmr: Add reference count to MFC entries
Yotam Gigi
1
-0
/
+21
2017-09-27
fib: notifier: Add VIF add and delete event types
Yotam Gigi
1
-0
/
+2
2017-09-26
net: sched: introduce helper to identify gact pass action
Jiri Pirko
1
-0
/
+5
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
4
-5
/
+98
2017-09-26
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
1
-3
/
+6
2017-09-26
qed: iWARP - Add check for errors on a SYN packet
Michal Kalderon
1
-0
/
+1
2017-09-25
neigh: make strucrt neigh_table::entry_size unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-25
neigh: make struct neigh_table::entry_size unsigned int
Alexey Dobriyan
1
-1
/
+1
2017-09-25
tun: enable napi_gro_frags() for TUN/TAP driver
Petar Penkov
1
-0
/
+1
2017-09-25
tun: enable NAPI for TUN/TAP driver
Petar Penkov
1
-0
/
+1
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-147
/
+122
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-22
/
+12
2017-09-22
net: Remove useless function skb_header_release
Gao Feng
1
-19
/
+0
2017-09-22
Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-14
/
+4
2017-09-22
Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2017-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+1
2017-09-22
Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-14
/
+18
[next]