index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
sch_cake: Make gso-splitting configurable from userspace
Dave Taht
2018-07-27
1
-6
/
+7
*
|
|
cxgb4: print ULD queue information managed by LLD
Rahul Lakkireddy
2018-07-27
1
-19
/
+277
*
|
|
Merge branch 'l2tp-remove-unused-session-fields'
David S. Miller
2018-07-27
6
-87
/
+17
|
\
\
\
|
*
|
|
l2tp: drop ->mru from struct l2tp_session
Guillaume Nault
2018-07-27
6
-51
/
+9
|
*
|
|
l2tp: drop ->flags from struct pppol2tp_session
Guillaume Nault
2018-07-27
1
-11
/
+2
|
*
|
|
l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute
Guillaume Nault
2018-07-27
3
-6
/
+2
|
*
|
|
l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute
Guillaume Nault
2018-07-27
4
-20
/
+5
|
/
/
/
*
|
|
net/rds/Kconfig: Correct the RDS depends
Anders Roxell
2018-07-27
1
-1
/
+1
*
|
|
Merge branch 'mlxsw-Support-DSCP-prioritization-and-rewrite'
David S. Miller
2018-07-27
6
-6
/
+844
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
selftests: mlxsw: Add test for trust-DSCP
Petr Machata
2018-07-27
1
-0
/
+248
|
*
|
mlxsw: spectrum: Support ieee_setapp, ieee_delapp
Petr Machata
2018-07-27
2
-2
/
+271
|
*
|
mlxsw: reg: Add QoS Priority to DSCP Mapping Register
Petr Machata
2018-07-27
1
-0
/
+89
|
*
|
mlxsw: reg: Add QoS ReWrite Enable Register
Petr Machata
2018-07-27
1
-0
/
+39
|
*
|
mlxsw: reg: Add QoS Priority Trust State Register
Petr Machata
2018-07-27
1
-0
/
+39
|
*
|
mlxsw: reg: Add QoS Port DSCP to Priority Mapping Register
Petr Machata
2018-07-27
1
-0
/
+52
|
*
|
net: dcb: Add priority-to-DSCP map getters
Petr Machata
2018-07-27
2
-0
/
+99
|
*
|
net: dcb: For wild-card lookups, use priority -1, not 0
Petr Machata
2018-07-27
1
-4
/
+7
|
/
/
*
|
net: sched: don't dump chains only held by actions
Jiri Pirko
2018-07-27
4
-14
/
+64
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-07-27
18
-246
/
+1331
|
\
\
|
|
/
|
/
|
|
*
xfrm: fix ptr_ret.cocci warnings
kbuild test robot
2018-07-27
1
-4
/
+1
|
*
xfrm: Return detailed errors from xfrmi_newlink
Benedict Wong
2018-07-26
1
-12
/
+20
|
*
xfrm: fix 'passing zero to ERR_PTR()' warning
YueHaibing
2018-07-26
1
-1
/
+4
|
*
xfrm: Allow xfrmi if_id to be updated by UPDSA
Nathan Harold
2018-07-20
1
-2
/
+6
|
*
xfrm: Remove xfrmi interface ID from flowi
Benedict Wong
2018-07-20
6
-47
/
+83
|
*
xfrm: don't check offload_handle for nonzero
Shannon Nelson
2018-07-19
3
-11
/
+7
|
*
ipv6: xfrm: use 64-bit timestamps
Arnd Bergmann
2018-07-11
2
-2
/
+2
|
*
xfrm: use time64_t for in-kernel timestamps
Arnd Bergmann
2018-07-11
2
-17
/
+17
|
*
xfrm: Allow Set Mark to be Updated Using UPDSA
Nathan Harold
2018-07-01
1
-0
/
+9
|
*
xfrm: policy: remove pcpu policy cache
Florian Westphal
2018-06-25
4
-152
/
+3
|
*
xfrm: Add virtual xfrm interfaces
Steffen Klassert
2018-06-23
7
-0
/
+1061
|
*
xfrm: Add a new lookup key to match xfrm interfaces.
Steffen Klassert
2018-06-23
7
-25
/
+96
|
*
flow: Extend flow informations with xfrm interface id.
Steffen Klassert
2018-06-23
1
-0
/
+9
|
*
xfrm: Extend the output_mark to support input direction and masking.
Steffen Klassert
2018-06-23
7
-17
/
+57
*
|
Merge tag 'mlx5e-updates-2018-07-26' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2018-07-27
10
-313
/
+612
|
\
\
|
*
|
net/mlx5e: TX, Use function to access sq_dma object in fifo
Tariq Toukan
2018-07-27
1
-10
/
+9
|
*
|
net/mlx5e: TX, Move DB fields in TXQ-SQ struct
Tariq Toukan
2018-07-27
1
-6
/
+4
|
*
|
net/mlx5e: RX, Prefetch the xdp_frame data area
Tariq Toukan
2018-07-27
1
-0
/
+1
|
*
|
net/mlx5e: Add support for XDP_REDIRECT in device-out side
Tariq Toukan
2018-07-27
7
-21
/
+154
|
*
|
net/mlx5e: Re-order fields of struct mlx5e_xdpsq
Tariq Toukan
2018-07-27
4
-18
/
+19
|
*
|
net/mlx5e: Refactor XDP counters
Tariq Toukan
2018-07-27
5
-26
/
+52
|
*
|
net/mlx5e: Make XDP xmit functions more generic
Tariq Toukan
2018-07-27
4
-42
/
+61
|
*
|
net/mlx5e: Add counter for XDP redirect in RX
Tariq Toukan
2018-07-27
3
-0
/
+6
|
*
|
net/mlx5e: Move XDP related code into new XDP files
Tariq Toukan
2018-07-27
7
-215
/
+293
|
*
|
net/mlx5e: Restrict the combination of large MTU and XDP
Tariq Toukan
2018-07-27
2
-8
/
+33
|
*
|
net/mlx5e: Gather all XDP pre-requisite checks in a single function
Tariq Toukan
2018-07-27
1
-11
/
+22
|
*
|
net/mlx5e: Do not recycle RX pages in interface down flow
Tariq Toukan
2018-07-27
1
-17
/
+20
|
*
|
net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow
Tariq Toukan
2018-07-27
3
-3
/
+2
*
|
|
netdevsim: make debug dirs' dentries static
Jakub Kicinski
2018-07-27
2
-6
/
+3
*
|
|
Merge branch 'docs-net-Convert-netdev-FAQ-to-RST'
David S. Miller
2018-07-27
7
-259
/
+271
|
\
\
\
|
*
|
|
docs: Update references to netdev-FAQ
Tobin C. Harding
2018-07-27
2
-13
/
+10
[prev]
[next]