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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-02
net/mlx5e: Add devlink based SRIOV mode changes
Or Gerlitz
2
-9
/
+124
2016-07-02
net/mlx5: Add devlink interface
Or Gerlitz
4
-4
/
+37
2016-07-02
net/devlink: Add E-Switch mode control
Or Gerlitz
3
-0
/
+98
2016-07-02
net/mlx5: E-Switch, Add API to create vport rx rules
Or Gerlitz
2
-0
/
+89
2016-07-02
net/mlx5: E-Switch, Add offloads table
Or Gerlitz
2
-0
/
+36
2016-07-02
net/mlx5: Introduce offloads steering namespace
Or Gerlitz
2
-1
/
+11
2016-07-02
net/mlx5: E-Switch, Add API to create send-to-vport rules
Or Gerlitz
2
-1
/
+41
2016-07-02
net/mlx5: E-Switch, Add miss rule for offloads mode
Or Gerlitz
2
-0
/
+41
2016-07-02
net/mlx5: E-Switch, Add support for the sriov offloads mode
Or Gerlitz
4
-20
/
+168
2016-07-02
net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch
Or Gerlitz
3
-29
/
+46
2016-07-01
Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...
David S. Miller
26
-192
/
+704
2016-07-01
Merge branch 'hns-next'
David S. Miller
10
-69
/
+158
2016-07-01
net: hns: get reset registers from DT
Kejian Yan
1
-14
/
+66
2016-07-01
net: hns: add media-type property for hns
Kejian Yan
5
-3
/
+48
2016-07-01
net: hns: remove redundant hns_mac_dev_to_enet_if()
Kejian Yan
1
-15
/
+0
2016-07-01
net: hns: normalize two different loop
Daode Huang
1
-9
/
+9
2016-07-01
net: hns: add a space before "*/"
Daode Huang
1
-2
/
+2
2016-07-01
net: hns: delete redundant parenthese
Daode Huang
1
-2
/
+2
2016-07-01
net: hns: change code style from a = a + x to a += x
Daode Huang
1
-16
/
+16
2016-07-01
net: hns: fix code style about hns driver
Daode Huang
1
-9
/
+7
2016-07-01
MAINTAINERS: add maintainers for hns driver
Daode Huang
1
-0
/
+9
2016-07-01
Merge branch 'rds-multipath-datastructures'
David S. Miller
17
-174
/
+211
2016-07-01
RDS: Do not send a pong to an incoming ping with 0 src port
Sowmini Varadhan
1
-0
/
+4
2016-07-01
RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts
Sowmini Varadhan
2
-3
/
+6
2016-07-01
RDS: TCP: Hooks to set up a single connection path
Sowmini Varadhan
9
-17
/
+20
2016-07-01
RDS: TCP: make receive path use the rds_conn_path
Sowmini Varadhan
9
-22
/
+26
2016-07-01
RDS: TCP: make ->sk_user_data point to a rds_conn_path
Sowmini Varadhan
6
-40
/
+41
2016-07-01
RDS: TCP: Refactor connection destruction to handle multiple paths
Sowmini Varadhan
1
-7
/
+39
2016-07-01
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
Sowmini Varadhan
5
-42
/
+48
2016-07-01
RDS: TCP: Remove dead logic around c_passive in rds-tcp
Sowmini Varadhan
1
-6
/
+1
2016-07-01
RDS: Rework path specific indirections
Sowmini Varadhan
12
-40
/
+29
2016-07-01
Merge branch 'bpf-cgroup2'
David S. Miller
12
-1
/
+506
2016-07-01
cgroup: bpf: Add an example to do cgroup checking in BPF
Martin KaFai Lau
5
-0
/
+367
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
3
-1
/
+56
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
4
-1
/
+48
2016-07-01
cgroup: Add cgroup_get_from_fd
Martin KaFai Lau
2
-0
/
+36
2016-07-01
Merge branch 'bpf-robustify'
David S. Miller
9
-61
/
+34
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
7
-44
/
+31
2016-07-01
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
4
-19
/
+5
2016-07-01
atm: horizon: Use setup_timer
Amitoj Kaur Chawla
1
-3
/
+1
2016-07-01
Merge branch 'qed-next'
David S. Miller
3
-58
/
+133
2016-07-01
qede: Bump up driver version to 8.10.1.20
Manish Chopra
1
-1
/
+1
2016-07-01
qede: Add get/set rx copy break tunable support
Manish Chopra
3
-1
/
+51
2016-07-01
qede: Utilize xmit_more
Manish Chopra
1
-14
/
+23
2016-07-01
qede: qede_poll refactoring
Manish Chopra
1
-42
/
+35
2016-07-01
qede: Add support for handling IP fragmented packets.
Manish Chopra
3
-0
/
+23
2016-07-01
Merge branch 'tun-skb_array'
David S. Miller
9
-27
/
+255
2016-07-01
tun: switch to use skb array for tx
Jason Wang
3
-9
/
+146
2016-07-01
net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
Jason Wang
3
-5
/
+27
2016-07-01
skb_array: add wrappers for resizing
Jason Wang
1
-0
/
+9
[prev]
[next]