index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
nexthop: Add netlink handlers for resilient nexthop groups
Petr Machata
1
-5
/
+145
2021-03-11
nexthop: Allow reporting activity of nexthop buckets
Ido Schimmel
2
-0
/
+37
2021-03-11
nexthop: Allow setting "offload" and "trap" indication of nexthop buckets
Ido Schimmel
2
-0
/
+36
2021-03-11
nexthop: Implement notifiers for resilient nexthop groups
Petr Machata
1
-12
/
+308
2021-03-11
nexthop: Add data structures for resilient group notifications
Ido Schimmel
1
-0
/
+19
2021-03-11
nexthop: Add implementation of resilient next-hop groups
Petr Machata
2
-13
/
+546
2021-03-11
nexthop: Add netlink defines and enumerators for resilient NH groups
Ido Schimmel
4
-2
/
+59
2021-03-11
nexthop: Add a dedicated flag for multipath next-hop groups
Petr Machata
2
-4
/
+8
2021-03-11
nexthop: __nh_notifier_single_info_init(): Make nh_info an argument
Petr Machata
1
-5
/
+7
2021-03-11
nexthop: Pass nh_config to replace_nexthop()
Petr Machata
1
-4
/
+5
2021-03-11
seg6: ignore routing header with segments left equal to 0
Julien Massonneau
1
-7
/
+4
2021-03-11
seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()
Julien Massonneau
2
-2
/
+4
2021-03-11
net: hns3: use pause capability queried from firmware
Yufeng Mo
6
-4
/
+31
2021-03-11
net: hns3: use FEC capability queried from firmware
Yufeng Mo
3
-5
/
+12
2021-03-11
netdevsim: fib: Remove redundant code
Jiapeng Chong
1
-5
/
+1
2021-03-11
net: phy: Expose phydev::dev_flags through sysfs
Florian Fainelli
2
-0
/
+23
2021-03-11
net: dsa: b53: Add debug prints in b53_vlan_enable()
Florian Fainelli
1
-4
/
+7
2021-03-10
net: fddi: skfp: Mundane typo fixes throughout the file smt.h
Bhaskar Chowdhury
1
-4
/
+4
2021-03-10
net: ipv4: route.c: fix space before tab
Shubhankar Kuranagatti
1
-5
/
+5
2021-03-10
ionic: simplify use of completion types
Shannon Nelson
1
-12
/
+7
2021-03-10
ionic: rebuild debugfs on qcq swap
Shannon Nelson
1
-0
/
+3
2021-03-10
ionic: simplify rx skb alloc
Shannon Nelson
1
-41
/
+22
2021-03-10
ionic: optimize fastpath struct usage
Shannon Nelson
6
-39
/
+34
2021-03-10
ionic: implement Rx page reuse
Shannon Nelson
2
-89
/
+138
2021-03-10
ionic: move rx_page_alloc and free
Shannon Nelson
1
-70
/
+70
2021-03-10
staging: dpaa2-switch: move the driver out of staging
Ioana Ciornei
16
-163
/
+15
2021-03-10
staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are present
Ioana Ciornei
1
-1
/
+29
2021-03-10
staging: dpaa2-switch: add fast-ageing on bridge leave
Ioana Ciornei
2
-16
/
+63
2021-03-10
staging: dpaa2-switch: accept only vlan-aware upper devices
Ioana Ciornei
3
-19
/
+76
2021-03-10
staging: dpaa2-switch: move the notifier register to module_init()
Ioana Ciornei
2
-87
/
+95
2021-03-10
staging: dpaa2-switch: properly setup switching domains
Ioana Ciornei
5
-41
/
+514
2021-03-10
staging: dpaa2-switch: enable the control interface
Ioana Ciornei
4
-0
/
+53
2021-03-10
staging: dpaa2-switch: add .ndo_start_xmit() callback
Ioana Ciornei
5
-16
/
+245
2021-03-10
staging: dpaa2-switch: handle Rx path on control interface
Ioana Ciornei
2
-12
/
+460
2021-03-10
staging: dpaa2-switch: setup dpio
Ioana Ciornei
5
-0
/
+137
2021-03-10
staging: dpaa2-switch: setup buffer pool and RX path rings
Ioana Ciornei
5
-0
/
+209
2021-03-10
staging: dpaa2-switch: get control interface attributes
Ioana Ciornei
5
-11
/
+136
2021-03-10
staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacks
Ioana Ciornei
1
-27
/
+0
2021-03-10
staging: dpaa2-switch: fix up initial forwarding configuration done by firmware
Ioana Ciornei
1
-29
/
+51
2021-03-10
staging: dpaa2-switch: remove broken learning and flooding support
Ioana Ciornei
5
-259
/
+0
2021-03-10
net: enetc: make enetc_refill_rx_ring update the consumer index
Vladimir Oltean
1
-9
/
+8
2021-03-10
net: enetc: remove forward declaration for enetc_map_tx_buffs
Vladimir Oltean
1
-38
/
+35
2021-03-10
net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
Vladimir Oltean
1
-48
/
+44
2021-03-10
net: enetc: use enum enetc_active_offloads
Vladimir Oltean
1
-1
/
+1
2021-03-10
net: enetc: simplify callers of enetc_rxbd_next
Vladimir Oltean
2
-24
/
+20
2021-03-10
net: enetc: don't initialize unused ports from a separate code path
Vladimir Oltean
3
-50
/
+30
2021-03-10
net: enetc: pass bd_count as an argument to enetc_setup_cbdr
Vladimir Oltean
4
-9
/
+7
2021-03-10
net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
Vladimir Oltean
4
-15
/
+8
2021-03-10
net: enetc: save the mode register address inside struct enetc_cbdr
Vladimir Oltean
4
-13
/
+15
2021-03-10
net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr
Vladimir Oltean
4
-24
/
+18
[next]