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
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
39
-144
/
+101
2017-08-07
hns3pf: don't check handle during mqprio offload
Jiri Pirko
1
-1
/
+1
2017-08-07
nfp: change flows in apps that offload ndo_setup_tc
Jiri Pirko
2
-17
/
+9
2017-08-07
dsa: push cls_matchall setup_tc processing into a separate function
Jiri Pirko
1
-12
/
+21
2017-08-07
mlxsw: spectrum: rename cls arg in matchall processing
Jiri Pirko
1
-7
/
+7
2017-08-07
mlxsw: spectrum: push cls_flower and cls_matchall setup_tc processing into se...
Jiri Pirko
1
-30
/
+51
2017-08-07
mlx5e_rep: push cls_flower setup_tc processing into a separate function
Jiri Pirko
1
-20
/
+29
2017-08-07
mlx5e: push cls_flower and mqprio setup_tc processing into separate functions
Jiri Pirko
1
-25
/
+31
2017-08-07
ixgbe: push cls_u32 and mqprio setup_tc processing into separate functions
Jiri Pirko
1
-28
/
+39
2017-08-07
cxgb4: push cls_u32 setup_tc processing into a separate function
Jiri Pirko
1
-16
/
+26
2017-08-07
net: sched: make egress_dev flag part of flower offload struct
Jiri Pirko
4
-3
/
+3
2017-08-07
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
4
-5
/
+5
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
32
-113
/
+125
2017-08-06
Merge branch 'sctp-remove-typedefs-from-structures-part-5'
David S. Miller
22
-311
/
+320
2017-08-06
sctp: remove the typedef sctp_subtype_t
Xin Long
10
-129
/
+134
2017-08-06
sctp: remove the typedef sctp_event_t
Xin Long
5
-24
/
+18
2017-08-06
sctp: remove the typedef sctp_event_timeout_t
Xin Long
3
-9
/
+9
2017-08-06
sctp: remove the typedef sctp_event_other_t
Xin Long
1
-4
/
+4
2017-08-06
sctp: remove the typedef sctp_event_primitive_t
Xin Long
1
-4
/
+4
2017-08-06
sctp: remove the typedef sctp_state_t
Xin Long
9
-26
/
+28
2017-08-06
sctp: remove the typedef sctp_ierror_t
Xin Long
3
-27
/
+29
2017-08-06
sctp: remove the typedef sctp_xmit_t
Xin Long
4
-40
/
+41
2017-08-06
sctp: remove the typedef sctp_sock_state_t
Xin Long
2
-4
/
+5
2017-08-06
sctp: remove the typedef sctp_transport_cmd_t
Xin Long
3
-6
/
+7
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
9
-42
/
+42
2017-08-06
sctp: remove the typedef sctp_scope_policy_t
Xin Long
2
-3
/
+5
2017-08-06
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
3
-5
/
+5
2017-08-06
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
3
-4
/
+5
2017-08-06
dt-bindings: net: Document bindings for anarion-gmac
Alexandru Gagniuc
1
-0
/
+25
2017-08-06
net: stmmac: Add Adaptrum Anarion GMAC glue layer
Alexandru Gagniuc
3
-0
/
+162
2017-08-06
netvsc: fix rtnl deadlock on unregister of vf
stephen hemminger
1
-2
/
+10
2017-08-06
net: dsa: User per-cpu 64-bit statistics
Florian Fainelli
3
-25
/
+59
2017-08-06
Merge branch 'tcp-cwnd-undo-refactor'
David S. Miller
13
-107
/
+13
2017-08-06
tcp: consolidate congestion control undo functions
Yuchung Cheng
9
-103
/
+9
2017-08-06
tcp: fix cwnd undo in Reno and HTCP congestion controls
Yuchung Cheng
4
-4
/
+4
2017-08-06
net: systemport: Support 64bit statistics
kiki good
2
-17
/
+82
2017-08-06
liquidio: moved console_bitmask module param to lio_main.c
Intiyaz Basha
3
-14
/
+17
2017-08-06
liquidio: add missing strings in oct_dev_state_str array
Intiyaz Basha
1
-2
/
+3
2017-08-06
Merge branch 'phylink-and-sfp-support'
David S. Miller
14
-187
/
+3867
2017-08-06
sfp: add SFP module support
Russell King
3
-0
/
+921
2017-08-06
phylink: add in-band autonegotiation support for 10GBase-KR mode.
Russell King
1
-0
/
+17
2017-08-06
phylink: add support for MII ioctl access to Clause 45 PHYs
Russell King
1
-33
/
+124
2017-08-06
phylink: add module EEPROM support
Russell King
2
-0
/
+31
2017-08-06
sfp: add sfp-bus to bridge between network devices and sfp cages
Russell King
5
-0
/
+1097
2017-08-06
phylink: add phylink infrastructure
Russell King
6
-0
/
+1328
2017-08-06
net: phy: add I2C mdio bus
Russell King
4
-0
/
+139
2017-08-06
net: phy: export phy_start_machine() for phylink
Russell King
1
-0
/
+1
2017-08-06
net: phy: provide a hook for link up/link down events
Russell King
3
-22
/
+35
2017-08-06
net: phy: add 1000Base-X to phy settings table
Russell King
1
-0
/
+5
2017-08-06
net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...
Russell King
3
-129
/
+142
[next]