Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1857ca42a734d41261f4c30e5f625fa7e2b70b0d
1857ca4
ice: Get rid of ice_pull_tail
by Maciej Fijalkowski
· 6 years ago
bbb9780
ice: Pull out page reuse checks onto separate function
by Maciej Fijalkowski
· 6 years ago
6c869cb
ice: Retrieve rx_buf in separate function
by Maciej Fijalkowski
· 6 years ago
250c3b3
ice: Enable link events over the ARQ
by Brett Creeley
· 6 years ago
8d051b8
ice: use irq_num var in ice_vsi_req_irq_msix
by Alan Brady
· 6 years ago
840bcd8
ice: Restore VLAN switch rule if port VLAN existed before
by Michal Swiatkowski
· 6 years ago
b0153fd
ice: update VSI config dynamically
by Victor Raj
· 6 years ago
68cc299
Merge branch 'devlink-small-spring-cleanup'
by David S. Miller
· 6 years ago
f6b19b3
net: devlink: select NET_DEVLINK from drivers
by Jiri Pirko
· 6 years ago
b8f9755
net: devlink: add port type spinlock
by Jiri Pirko
· 6 years ago
2b239e7
net: devlink: warn on setting type on unregistered port
by Jiri Pirko
· 6 years ago
d0d54e8
bnxt: set devlink port type after registration
by Jiri Pirko
· 6 years ago
faaccbe
nfp: move devlink port type set after netdev registration
by Jiri Pirko
· 6 years ago
45b8611
net: devlink: disallow port_attrs_set() to be called before register
by Jiri Pirko
· 6 years ago
d8ba362
dsa: move devlink_port_attrs_set() call before register
by Jiri Pirko
· 6 years ago
e519418
mlxsw: Move devlink_port_attrs_set() call before register
by Jiri Pirko
· 6 years ago
773b1f3
net: devlink: don't pass return value of __devlink_port_type_set()
by Jiri Pirko
· 6 years ago
e0dcd38
net: devlink: don't take devlink_mutex for devlink_compat_*
by Jiri Pirko
· 6 years ago
c3f10cb
bnxt: call devlink_port_type_eth_set() before port register
by Jiri Pirko
· 6 years ago
a0e1813
bnxt: set devlink port attrs properly
by Jiri Pirko
· 6 years ago
402f99e5
dsa: add missing net/devlink.h include
by Jiri Pirko
· 6 years ago
477edb7
bnxt: add missing net/devlink.h include
by Jiri Pirko
· 6 years ago
375cf8c
net: devlink: add couple of missing mutex_destroy() calls
by Jiri Pirko
· 6 years ago
956ca8f
Merge branch 'aquantia-rx-perf'
by David S. Miller
· 6 years ago
d0d443c
net: aquantia: enable driver build for arm64 or compile_test
by Igor Russkikh
· 6 years ago
1eef475
net: aquantia: improve LRO configuration
by Nikita Danilov
· 6 years ago
1b09e72
net: aquantia: Increase rx ring default size from 1K to 2K
by Igor Russkikh
· 6 years ago
8bd7e76
net: aquantia: Make RX default frame size 2K
by Igor Russkikh
· 6 years ago
9773ef1
net: aquantia: Introduce rx refill threshold value
by Igor Russkikh
· 6 years ago
46f4c29
net: aquantia: optimize rx performance by page reuse strategy
by Igor Russkikh
· 6 years ago
7e2698c
net: aquantia: optimize rx path using larger preallocated skb len
by Igor Russkikh
· 6 years ago
d64fee0
Merge tag 'mlx5-updates-2019-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 6 years ago
071d08a
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
bdaba89
Merge branch 'tcp-rx-tx-cache'
by David S. Miller
· 6 years ago
8b27dae
tcp: add one skb cache for rx
by Eric Dumazet
· 6 years ago
472c2e0
tcp: add one skb cache for tx
by Eric Dumazet
· 6 years ago
dc05360
net: convert rps_needed and rfs_needed to new static branch api
by Eric Dumazet
· 6 years ago
7c1508e
Merge branch 'net-dev-BYPASS-for-lockless-qdisc'
by David S. Miller
· 6 years ago
ba27b4c
net: dev: introduce support for sch BYPASS for lockless qdisc
by Paolo Abeni
· 6 years ago
28cff53
net: sched: add empty status flag for NOLOCK qdisc
by Paolo Abeni
· 6 years ago
576fd2f
tcp: add documentation for tcp_ca_state
by Soheil Hassas Yeganeh
· 6 years ago
e6d1407
tcp: remove conditional branches from tcp_mstamp_refresh()
by Eric Dumazet
· 6 years ago
a7a01ab
net: phy: Correct Cygnus/Omega PHY driver prompt
by Florian Fainelli
· 6 years ago
76b496b
net/mlx5e: Replace TC VLAN pop and push actions with VLAN modify
by Eli Britstein
· 6 years ago
bdc837e
net/mlx5e: Support VLAN modify action
by Eli Britstein
· 6 years ago
0eb69bb
net/mlx5e: Add VLAN ID rewrite fields
by Eli Britstein
· 6 years ago
bea9641
net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file
by Moshe Shemesh
· 6 years ago
e3cfc7e
net/mlx5e: TX, Add geneve tunnel stateless offload support
by Moshe Shemesh
· 6 years ago
cac018b8
net/mlx5e: Take SW parser code to a separate function
by Moshe Shemesh
· 6 years ago
974eff2
net: Move the definition of the default Geneve udp port to public header file
by Moshe Shemesh
· 6 years ago
bdde931
net/mlx5e: Remove redundant assignment
by Gustavo A. R. Silva
· 6 years ago
ee576ec
net/mlx5e: Fix compilation warning in en_tc.c
by Saeed Mahameed
· 6 years ago
d3669ca
net/mlx5e: Fix port buffer function documentation format
by Saeed Mahameed
· 6 years ago
092ead4
net/mlx5: Fix compilation warning in eq.c
by Saeed Mahameed
· 6 years ago
eb5cc43
net/mlx5: Simplify mlx5_sriov_is_enabled() by using pci core API
by Parav Pandit
· 6 years ago
2aca178
net/mlx5: Rename total_vfs to total_vports
by Parav Pandit
· 6 years ago
88d7384
net/mlx5: Simplify sriov enable/disable flow
by Parav Pandit
· 6 years ago
f1ef73f
ice: Get VF VSI instances directly via PF
by Akeem G Abodunrin
· 6 years ago
d84b899
ice: Don't let VF know that it is untrusted
by Akeem G Abodunrin
· 6 years ago
26069b4
ice: Set LAN_EN for all directional rules
by Yashaswini Raghuram Prathivadi Bhayankaram
· 6 years ago
b58dafb
ice: Do not set LB_EN for prune switch rules
by Christopher N Bednarz
· 6 years ago
277b3a4
ice: Enable LAN_EN for the right recipes
by Yashaswini Raghuram Prathivadi Bhayankaram
· 6 years ago
5eda8af
ice: Add support for PF/VF promiscuous mode
by Akeem G Abodunrin
· 6 years ago
e1ca65a
ice: code cleanup in ice_sched.c
by Victor Raj
· 6 years ago
eb86b09
ice: Remove unused vsi_id field
by Anirudh Venkataramanan
· 6 years ago
c8b7abd
ice: fix some function prototype and signature style issues
by Bruce Allan
· 6 years ago
60dcc39
ice: fix the divide by zero issue
by Kiran Patil
· 6 years ago
5743020
ice: Fix issue reconfiguring VF queues
by Akeem G Abodunrin
· 6 years ago
23d21c3
ice: Remove unused function prototype
by Anirudh Venkataramanan
· 6 years ago
1b5c19c
ice: fix static analysis warnings
by Bruce Allan
· 6 years ago
7eeac88
ice: Fix issue reclaiming resources back to the pool after reset
by Akeem G Abodunrin
· 6 years ago
cb93a95
ice: Enable MAC anti-spoof by default
by Akeem G Abodunrin
· 6 years ago
3b0f31f
genetlink: make policy common to family
by Johannes Berg
· 6 years ago
601ed4d
r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmit
by Heiner Kallweit
· 6 years ago
110a2432
net: phy: aquantia: add downshift support
by Heiner Kallweit
· 6 years ago
1d965c4
Merge branch 'Refactor-flower-classifier-to-remove-dependency-on-rtnl-lock'
by David S. Miller
· 6 years ago
9214919
net: sched: flower: set unlocked flag for flower proto ops
by Vlad Buslov
· 6 years ago
c24e43d8
net: sched: flower: track rtnl lock state
by Vlad Buslov
· 6 years ago
3d81e71
net: sched: flower: protect flower classifier state with spinlock
by Vlad Buslov
· 6 years ago
272ffaa
net: sched: flower: handle concurrent tcf proto deletion
by Vlad Buslov
· 6 years ago
9a2d938
net: sched: flower: handle concurrent filter insertion in fl_change
by Vlad Buslov
· 6 years ago
259e60f
net: sched: flower: protect masks list with spinlock
by Vlad Buslov
· 6 years ago
195c234
net: sched: flower: handle concurrent mask insertion
by Vlad Buslov
· 6 years ago
f48ef4d
net: sched: flower: add reference counter to flower mask
by Vlad Buslov
· 6 years ago
b2552b8
net: sched: flower: track filter deletion with flag
by Vlad Buslov
· 6 years ago
0617755
net: sched: flower: introduce reference counting for filters
by Vlad Buslov
· 6 years ago
620da48
net: sched: flower: refactor fl_change
by Vlad Buslov
· 6 years ago
e474619
net: sched: flower: don't check for rtnl on head dereference
by Vlad Buslov
· 6 years ago
31f1a0e
nfp: remove defines for unused control bits
by Jakub Kicinski
· 6 years ago
143eb9a
Merge branch 'rhashtable-cleanups'
by David S. Miller
· 6 years ago
f7ad68b
rhashtable: rename rht_for_each*continue as *from.
by NeilBrown
· 6 years ago
4feb7c7
rhashtable: don't hold lock on first table throughout insertion.
by NeilBrown
· 6 years ago
83b038d
Merge branch 'net-phy-Move-Omega-PHY-entry-to-Cygnus-PHY-driver'
by David S. Miller
· 6 years ago
17cc982
net: phy: Move Omega PHY entry to Cygnus PHY driver
by Florian Fainelli
· 6 years ago
f878fe5
net: phy: Prepare for moving Omega out of bcm7xxx
by Florian Fainelli
· 6 years ago
02afc7a
net: dst: remove gc leftovers
by Julian Wiedmann
· 6 years ago
88f808f
Merge branch 'net-broadcom-Remove-print-of-base-address'
by David S. Miller
· 6 years ago
62be757
net: systemport: Remove print of base address
by Florian Fainelli
· 6 years ago
fbb7bc4
net: dsa: bcm_sf2: Remove print of base address
by Florian Fainelli
· 6 years ago
647aed2
net: phy: mdio-bcm-unimac: Remove print of base address
by Florian Fainelli
· 6 years ago
Next »