index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
distributed-arp-table.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-14
test_objagg: Test the correct variable
Dan Carpenter
1
-2
/
+2
2019-02-14
lib: objagg: Fix an error code in objagg_hints_get()
Dan Carpenter
1
-1
/
+3
2019-02-14
cxgb4vf: Few more link management changes.
Vishal Kulkarni
1
-1
/
+8
2019-02-14
page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappings
Jesper Dangaard Brouer
1
-5
/
+6
2019-02-14
net: page_pool: don't use page->private to store dma_addr_t
Ilias Apalodimas
1
-4
/
+9
2019-02-14
mm: add dma_addr_t to struct page
Jesper Dangaard Brouer
1
-0
/
+7
2019-02-14
net: sched: remove duplicated include from cls_api.c
YueHaibing
1
-1
/
+0
2019-02-14
flow_offload: fix block stats
John Hurley
1
-3
/
+3
2019-02-14
net: sched: flower: only return error from hw offload if skip_sw
Vlad Buslov
1
-2
/
+10
2019-02-14
qlge: fix some indentation issues
Colin Ian King
2
-4
/
+4
2019-02-14
qed: fix indentation issue with statements in an if-block
Colin Ian King
1
-6
/
+6
2019-02-14
net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...
Yang Wei
1
-1
/
+1
2019-02-14
net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-02-14
net: sis: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2
-2
/
+2
2019-02-14
net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-02-14
net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-02-14
net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
1
-1
/
+1
2019-02-14
net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2
-2
/
+2
2019-02-14
net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...
Yang Wei
1
-1
/
+1
2019-02-14
net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...
Yang Wei
2
-2
/
+2
2019-02-14
net: phy: Add generic support for 2.5GBaseT and 5GBaseT
Maxime Chevallier
2
-0
/
+53
2019-02-14
net: phy: Extract genphy_c45_pma_read_abilities from marvell10g
Maxime Chevallier
3
-70
/
+83
2019-02-14
net: phy: Move of_set_phy_eee_broken to phy-core.c
Maxime Chevallier
3
-28
/
+28
2019-02-14
net: phy: Mask-out non-compatible modes when setting the max-speed
Maxime Chevallier
3
-53
/
+46
2019-02-13
staging: fsl-dpaa2: ethsw: Remove unused port_priv variable
Florian Fainelli
1
-2
/
+0
2019-02-13
mlxsw: spectrum_switchdev: Remove unused variables
Florian Fainelli
1
-3
/
+0
2019-02-12
rocker: Remove port_attr_bridge_flags_get assignment
Florian Fainelli
1
-1
/
+0
2019-02-12
net: sched: unlock rules update API
Vlad Buslov
1
-17
/
+114
2019-02-12
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
1
-92
/
+149
2019-02-12
net: sched: add flags to Qdisc class ops struct
Vlad Buslov
1
-0
/
+8
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
15
-141
/
+191
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
2
-1
/
+12
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
13
-16
/
+21
2019-02-12
net: sched: prevent insertion of new classifiers during chain flush
Vlad Buslov
2
-6
/
+30
2019-02-12
net: sched: refactor tp insert/delete for concurrent execution
Vlad Buslov
2
-25
/
+170
2019-02-12
net: sched: traverse classifiers in chain with tcf_get_next_proto()
Vlad Buslov
3
-12
/
+64
2019-02-12
net: sched: introduce reference counting for tcf_proto
Vlad Buslov
2
-10
/
+44
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
3
-33
/
+101
2019-02-12
net: sched: protect chain template accesses with block lock
Vlad Buslov
1
-16
/
+57
2019-02-12
net: sched: traverse chains in block with tcf_get_next_chain()
Vlad Buslov
3
-26
/
+76
2019-02-12
net: sched: protect block->chain0 with block->lock
Vlad Buslov
1
-3
/
+14
2019-02-12
net: sched: refactor tc_ctl_chain() to use block->lock
Vlad Buslov
1
-11
/
+25
2019-02-12
net: sched: protect chain->explicitly_created with block->lock
Vlad Buslov
1
-6
/
+13
2019-02-12
net: sched: protect block state with mutex
Vlad Buslov
2
-13
/
+76
2019-02-12
isdn_v110: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
isdn: i4l: isdn_tty: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
ser_gigaset: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-12
s390/qeth: convert remaining legacy cmd callbacks
Julian Wiedmann
3
-103
/
+121
2019-02-12
s390/qeth: convert bridgeport callbacks
Julian Wiedmann
1
-54
/
+40
2019-02-12
s390/qeth: allow cmd callbacks to return errnos
Julian Wiedmann
6
-64
/
+76
[next]