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
*
tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefix
Ivan Delalande
2017-06-19
5
-15
/
+41
*
tcp: md5: add an address prefix for key lookup
Ivan Delalande
2017-06-19
3
-16
/
+70
*
cxgb4: notify uP to route ctrlq compl to rdma rspq
Raju Rangoju
2017-06-19
1
-4
/
+6
*
cxgb4: add new T6 pci device id's
Ganesh Goudar
2017-06-19
1
-0
/
+3
*
nfp: add VLAN filtering support
Pablo Cascón
2017-06-19
2
-1
/
+100
*
cxgb4: fix a NULL dereference
Ganesh Goudar
2017-06-19
1
-1
/
+4
*
liquidio: replace info-pointer mode with buffer-pointer-only mode
Prasad Kanneganti
2017-06-19
11
-109
/
+37
*
pptp: Remove unused variable in pptp_release()
Christos Gkekas
2017-06-19
1
-2
/
+0
*
liquidio: implement vlan filter enable and disable
Prasad Kanneganti
2017-06-19
3
-10
/
+32
*
net: dsa: Fix legacy probing
Florian Fainelli
2017-06-18
1
-11
/
+8
*
tls: update Kconfig
Dave Watson
2017-06-18
1
-2
/
+5
*
Merge branch 'net-remove-dst-garbage-collector-logic'
David S. Miller
2017-06-18
17
-466
/
+218
|
\
|
*
net: add debug atomic_inc_not_zero() in dst_hold()
Wei Wang
2017-06-18
1
-1
/
+1
|
*
net: reorder all the dst flags
Wei Wang
2017-06-18
1
-5
/
+5
|
*
net: remove DST_NOCACHE flag
Wei Wang
2017-06-18
8
-25
/
+17
|
*
net: remove DST_NOGC flag
Wei Wang
2017-06-18
6
-19
/
+9
|
*
net: remove dst gc related code
Wei Wang
2017-06-18
3
-235
/
+0
|
*
decnet: take dst->__refcnt when struct dn_route is created
Wei Wang
2017-06-18
1
-17
/
+19
|
*
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
2017-06-18
3
-36
/
+32
|
*
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
2017-06-18
3
-49
/
+1
|
*
ipv6: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2017-06-18
2
-45
/
+19
|
*
ipv6: call dst_hold_safe() properly
Wei Wang
2017-06-18
2
-4
/
+4
|
*
ipv6: call dst_dev_put() properly
Wei Wang
2017-06-18
1
-0
/
+2
|
*
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
2017-06-18
3
-21
/
+50
|
*
ipv4: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2017-06-18
2
-16
/
+5
|
*
ipv4: call dst_hold_safe() properly
Wei Wang
2017-06-18
2
-4
/
+4
|
*
ipv4: call dst_dev_put() properly
Wei Wang
2017-06-18
2
-0
/
+6
|
*
ipv4: take dst->__refcnt when caching dst in fib
Wei Wang
2017-06-18
2
-4
/
+20
|
*
net: introduce a new function dst_dev_put()
Wei Wang
2017-06-18
2
-0
/
+25
|
*
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
2017-06-18
2
-3
/
+22
|
*
net: use loopback dev when generating blackhole route
Wei Wang
2017-06-18
2
-5
/
+6
|
*
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
Wei Wang
2017-06-18
2
-16
/
+14
|
*
ipv6: remove unnecessary dst_hold() in ip6_fragment()
Wei Wang
2017-06-18
1
-4
/
+0
|
/
*
Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2017-06-16
28
-124
/
+227
|
\
|
*
net/mlx5: Add fast unload support in shutdown flow
Majd Dibbiny
2017-06-15
5
-8
/
+73
|
*
net/mlx5: Expose command polling interface
Majd Dibbiny
2017-06-15
2
-7
/
+26
|
*
net/mlx5e: Optimize update stats work
Gal Pressman
2017-06-15
3
-7
/
+16
|
*
net/mlx5e: Move and optimize query out of buffer function
Gal Pressman
2017-06-15
3
-24
/
+7
|
*
net/mlx5e: Reduce number of heap allocated buffers for update stats
Gal Pressman
2017-06-15
1
-14
/
+2
|
*
net/mlx5e: Rename physical symbol errors counter
Gal Pressman
2017-06-15
1
-1
/
+1
|
*
net/mlx5e: Fix typo in warning if CQ moderation is not supported
Itay Aveksis
2017-06-15
1
-1
/
+1
|
*
net/mlx5e: Use function to map aRFS into traffic type
Tariq Toukan
2017-06-15
1
-14
/
+7
|
*
net/mlx5: Undo LAG upon request to create virtual functions
Moni Shoua
2017-06-15
3
-13
/
+74
|
*
net/mlx5: Avoid space after casting
Or Gerlitz
2017-06-15
2
-2
/
+2
|
*
net/mlx5: Align to match opening parenthesis
Or Gerlitz
2017-06-15
4
-5
/
+6
|
*
net/mlx5: Avoid blank lines before/after closing/opening braces
Or Gerlitz
2017-06-15
4
-4
/
+1
|
*
net/mlx5: Avoid using multiple blank lines
Or Gerlitz
2017-06-15
10
-15
/
+0
|
*
net/mlx5: Fix some spelling mistakes
Or Gerlitz
2017-06-15
4
-9
/
+9
|
*
net/mlx5: Update eqe_type_str() event names
Eli Cohen
2017-06-15
1
-0
/
+2
*
|
net: dsa: add cross-chip multicast support
Vivien Didelot
2017-06-16
1
-10
/
+20
[next]