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
*
net: Add and use skb_list_del_init().
David S. Miller
2018-09-10
3
-9
/
+9
*
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
22
-28
/
+33
*
brcmfmac: Use __skb_peek().
David S. Miller
2018-09-10
2
-2
/
+2
*
staging: rtl8192e: Use __skb_peek().
David S. Miller
2018-09-10
1
-1
/
+1
*
bnx2fc_fcoe: Use skb_queue_walk_safe().
David S. Miller
2018-09-10
1
-5
/
+1
*
p54: Use skb_peek_tail() instead of direct head pointer accesses.
David S. Miller
2018-09-10
1
-2
/
+2
*
sctp: Use skb_queue_is_first().
David S. Miller
2018-09-10
1
-1
/
+1
*
lan78xx: Do not access skb_queue_head list pointers directly.
David S. Miller
2018-09-10
1
-2
/
+2
*
mac80211: Don't access sk_queue_head->next directly.
David S. Miller
2018-09-10
1
-1
/
+3
*
ppp: Remove direct skb_queue_head list pointer access.
David S. Miller
2018-09-10
2
-1
/
+12
*
infiniband: nes: Use skb_peek_next() and skb_queue_walk().
David S. Miller
2018-09-10
1
-5
/
+3
*
sch_netem: Move private queue handler to generic location.
David S. Miller
2018-09-10
2
-11
/
+12
*
sch_htb: Remove local SKB queue handling code.
David S. Miller
2018-09-10
2
-23
/
+6
*
net/ipv6: Remove rt6i_prefsrc
David Ahern
2018-09-10
3
-30
/
+2
*
cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fm
Colin Ian King
2018-09-10
1
-1
/
+0
*
failover: Fix error return code in net_failover_create
YueHaibing
2018-09-08
1
-1
/
+3
*
net: stmmac: Enable TC Ops for GMAC >= 4
Jose Abreu
2018-09-08
1
-3
/
+3
*
net: sched: act_nat: remove dependency on rtnl lock
Vlad Buslov
2018-09-08
1
-6
/
+9
*
net: sched: act_skbedit: remove dependency on rtnl lock
Vlad Buslov
2018-09-08
1
-9
/
+14
*
i40e(vf): remove i40e_ethtool_stats.h header file
Jacob Keller
2018-09-08
4
-444
/
+436
*
net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDES
Florian Fainelli
2018-09-08
2
-0
/
+9
*
cxgb4: impose mandatory VLAN usage when non-zero TAG ID
Casey Leedom
2018-09-08
2
-0
/
+4
*
liquidio: lio_fetch_vf_stats() can be static
kbuild test robot
2018-09-08
1
-1
/
+1
*
nfp: replace spin_lock_bh with spin_lock in tasklet callback
jun qian
2018-09-08
1
-2
/
+2
*
net: dsa: Expose tagging protocol to user-space
Florian Fainelli
2018-09-07
4
-0
/
+79
*
freescale: ethernet: remove unnecessary unlikely()
Igor Stoppa
2018-09-07
1
-5
/
+3
*
bnxt_en: remove set but not used variable 'addr_type'
YueHaibing
2018-09-07
1
-15
/
+0
*
openvswitch: Derive IP protocol number for IPv6 later frags
Yi-Hung Wei
2018-09-07
1
-13
/
+9
*
liquidio CN23XX: Remove set but not used variable 'ring_flag'
YueHaibing
2018-09-07
1
-3
/
+1
*
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
2018-09-07
8
-12
/
+187
*
Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2018-09-07
13
-153
/
+235
|
\
|
*
net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets
Alaa Hleihel
2018-09-06
1
-0
/
+12
|
*
net/mlx5e: Set ECN for received packets using CQE indication
Natali Shechtman
2018-09-06
3
-5
/
+35
|
*
net/mlx5e: Replace PTP clock lock from RW lock to seq lock
Shay Agroskin
2018-09-06
3
-21
/
+23
|
*
net/mlx5e: Move Q counters allocation and drop RQ to init_rx
Roi Dayan
2018-09-06
4
-25
/
+55
|
*
net/mlx5e: Move mlx5e_priv_flags into en_ethtool.c
Kamal Heib
2018-09-06
2
-7
/
+7
|
*
net/mlx5: Add flow counters idr
Vlad Buslov
2018-09-06
2
-4
/
+35
|
*
net/mlx5: Store flow counters in a list
Vlad Buslov
2018-09-06
3
-50
/
+42
|
*
net/mlx5: Add new list to store deleted flow counters
Vlad Buslov
2018-09-06
3
-23
/
+14
|
*
net/mlx5: Change flow counters addlist type to single linked list
Vlad Buslov
2018-09-06
3
-29
/
+23
*
|
Merge branch 'dsa-b53-SerDes-support'
David S. Miller
2018-09-06
7
-29
/
+805
|
\
\
|
*
|
net: dsa: b53: Add SerDes support
Florian Fainelli
2018-09-06
7
-0
/
+490
|
*
|
net: dsa: b53: Add PHYLINK support
Florian Fainelli
2018-09-06
2
-0
/
+139
|
*
|
net: dsa: b53: Add helper to set link parameters
Florian Fainelli
2018-09-06
1
-29
/
+60
|
*
|
net: dsa: b53: Make SRAB driver manage port interrupts
Florian Fainelli
2018-09-06
1
-0
/
+105
|
*
|
net: dsa: b53: Add ability to enable/disable port interrupts
Florian Fainelli
2018-09-06
2
-0
/
+11
|
/
/
*
|
qed*: Utilize FW 8.37.7.0
Denis Bolotin
2018-09-06
6
-202
/
+367
*
|
Merge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR'
David S. Miller
2018-09-06
7
-63
/
+180
|
\
\
|
*
|
ipv6: add inet6_fill_args
Christian Brauner
2018-09-06
1
-34
/
+55
|
*
|
ipv4: add inet_fill_args
Christian Brauner
2018-09-06
1
-15
/
+33
[next]