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