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
2018-05-31
rtnetlink: Remove VLA usage
Kees Cook
1
-2
/
+2
2018-05-31
net/mlx5: Add FPGA QP error event
Ilan Tayari
3
-0
/
+18
2018-05-31
net/mlx5: Add temperature warning event to log
Ilan Tayari
2
-1
/
+8
2018-05-31
rtnetlink: Add more well known protocol values
Donald Sharp
1
-0
/
+5
2018-05-31
qed*: Add link change count value to ethtool statistics display.
Sudarsana Reddy Kalluru
1
-0
/
+1
2018-05-31
tcp: minor optimization around tcp_hdr() usage in receive path
Yafang Shao
2
-4
/
+4
2018-05-29
tcp: use data length instead of skb->len in tcp_probe
Yafang Shao
1
-4
/
+4
2018-05-29
net/ipv6: Add support for specifying metric of connected routes
David Ahern
2
-0
/
+2
2018-05-29
net/ipv4: Add support for specifying metric of connected routes
David Ahern
2
-0
/
+2
2018-05-29
net: Add IFA_RT_PRIORITY address attribute
David Ahern
1
-0
/
+1
2018-05-29
net/ipv6: Convert ipv6_add_addr to struct ifa6_config
David Ahern
1
-0
/
+12
2018-05-29
net: sched: mq: request stats from offloads
Jakub Kicinski
1
-0
/
+2
2018-05-29
net: sched: mq: add simple offload notification
Jakub Kicinski
2
-0
/
+11
2018-05-29
net: sched: add qstats.qlen to qlen
Jakub Kicinski
1
-2
/
+2
2018-05-29
Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2
-5
/
+15
2018-05-28
net: sched: shrink struct Qdisc
Paolo Abeni
1
-2
/
+2
2018-05-28
ptp_qoriq: move some definitions to header file
Yangbo Lu
1
-0
/
+141
2018-05-28
virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
Sridhar Samudrala
1
-0
/
+3
2018-05-28
net: Introduce net_failover driver
Sridhar Samudrala
1
-0
/
+40
2018-05-28
net: Introduce generic failover module
Sridhar Samudrala
2
-0
/
+52
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-19
/
+60
2018-05-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+6
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-3
/
+5
2018-05-25
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
1
-3
/
+5
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly reque...
Michal Hocko
1
-1
/
+1
2018-05-25
net/mlx5: Use order-0 allocations for all WQ types
Tariq Toukan
1
-4
/
+12
2018-05-25
net/mlx5: Add cap bits for flow table destination in FDB table
Chris Mi
1
-1
/
+3
2018-05-25
openvswitch: Add conntrack limit netlink definition
Yi-Hung Wei
1
-0
/
+28
2018-05-25
Merge tag 'mlx5e-updates-2018-05-19' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
5
-0
/
+67
2018-05-25
qed*: Support drop action classification
Manish Chopra
2
-0
/
+4
2018-05-25
qed*: Support other classification modes.
Manish Chopra
1
-0
/
+1
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2018-05-25
net: bridge: add support for port isolation
Nikolay Aleksandrov
2
-0
/
+2
2018-05-24
net: include hash policy in LAG changeupper info
John Hurley
1
-0
/
+11
2018-05-24
net/ipv4: Remove tracepoint in fib_validate_source
David Ahern
1
-35
/
+0
2018-05-24
net/ipv6: Udate fib6_table_lookup tracepoint
David Ahern
1
-7
/
+22
2018-05-24
net/ipv4: Udate fib_table_lookup tracepoint
David Ahern
1
-29
/
+43
2018-05-24
net_sched: switch to rcu_work
Cong Wang
1
-1
/
+1
2018-05-24
ppp: remove the PPPIOCDETACH ioctl
Eric Biggers
1
-1
/
+1
2018-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
20
-92
/
+346
2018-05-24
xdp/trace: extend tracepoint in devmap with an err
Jesper Dangaard Brouer
1
-4
/
+6
2018-05-24
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
1
-5
/
+9
2018-05-24
xdp: introduce xdp_return_frame_rx_napi
Jesper Dangaard Brouer
2
-2
/
+4
2018-05-24
xdp: add tracepoint for devmap like cpumap have
Jesper Dangaard Brouer
2
-2
/
+43
2018-05-24
bpf: devmap introduce dev_map_enqueue
Jesper Dangaard Brouer
2
-4
/
+21
2018-05-24
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
2
-0
/
+43
2018-05-24
perf/core: add perf_get_event() to return perf_event given a struct file
Yonghong Song
1
-0
/
+5
2018-05-24
net/mlx5: PPTB and PBMC register firmware command support
Huy Nguyen
2
-0
/
+37
2018-05-24
net/mlx5: Add pbmc and pptb in the port_access_reg_cap_mask
Huy Nguyen
2
-0
/
+15
2018-05-24
net/dcb: Add dcbnl buffer attribute
Huy Nguyen
2
-0
/
+15
[next]