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
*
inet: switch IP ID generator to siphash
Eric Dumazet
2019-03-27
4
-19
/
+30
*
net: phy: mdio-bcm-unimac: remove redundant !timeout check
Colin Ian King
2019-03-27
1
-4
/
+1
*
tcp: fix zerocopy and notsent_lowat issues
Eric Dumazet
2019-03-27
2
-13
/
+7
*
net: openvswitch: Add a new action check_pkt_len
Numan Siddique
2019-03-27
3
-0
/
+261
*
Merge branch 'ethtool-add-support-for-Fast-Link-Down-as-new-PHY-tunable'
David S. Miller
2019-03-27
3
-0
/
+118
|
\
|
*
net: phy: marvell: add PHY tunable fast link down support for 88E1540
Heiner Kallweit
2019-03-27
1
-0
/
+108
|
*
ethtool: add PHY Fast Link Down support
Heiner Kallweit
2019-03-27
2
-0
/
+10
|
/
*
net/core: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
2019-03-27
3
-3
/
+19
*
net/core: Fix rtnetlink kernel-doc headers
Bart Van Assche
2019-03-27
1
-3
/
+6
*
net/core: Document __skb_flow_dissect() flags argument
Bart Van Assche
2019-03-27
1
-0
/
+2
*
net/core: Document all dev_ioctl() arguments
Bart Van Assche
2019-03-27
1
-1
/
+2
*
net/core: Document reuseport_add_sock() bind_inany argument
Bart Van Assche
2019-03-27
1
-0
/
+2
*
net: dsa: mv88e6xxx: remove unneeded cmode initialization
Heiner Kallweit
2019-03-27
2
-12
/
+0
*
bnx2x: Utilize FW 7.13.11.0.
Sudarsana Reddy Kalluru
2019-03-27
1
-7
/
+14
*
fou: Support binding FoU socket
Kristian Evensen
2019-03-27
2
-16
/
+128
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2019-03-27
9
-187
/
+630
|
\
|
*
ice: Remove "2 BITS" comment
Anirudh Venkataramanan
2019-03-26
1
-6
/
+6
|
*
ice: Update comment regarding the ITR_GRAN_S
Brett Creeley
2019-03-26
1
-1
/
+1
|
*
ice: Update function header for __ice_vsi_get_qs
Anirudh Venkataramanan
2019-03-26
1
-4
/
+3
|
*
ice: Remove unnecessary braces
Anirudh Venkataramanan
2019-03-26
1
-2
/
+1
|
*
ice: Remove unused function prototype
Anirudh Venkataramanan
2019-03-26
1
-2
/
+0
|
*
ice: Add missing case in print_link_msg for printing flow control
Brett Creeley
2019-03-26
1
-0
/
+3
|
*
ice: Audit hotpath structures with pahole
Brett Creeley
2019-03-26
4
-20
/
+15
|
*
ice: Do not bail out when filter already exists
Preethi Banala
2019-03-26
1
-1
/
+5
|
*
ice: Fix issue with VF attempt to delete default MAC address
Akeem G Abodunrin
2019-03-26
1
-8
/
+7
|
*
ice: enable VF admin queue interrupts
Mitch Williams
2019-03-26
2
-0
/
+6
|
*
ice: Fix for adaptive interrupt moderation
Anirudh Venkataramanan
2019-03-26
3
-24
/
+275
|
*
ice: Implement pci_error_handler ops
Brett Creeley
2019-03-26
1
-0
/
+151
|
*
ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset
Brett Creeley
2019-03-26
1
-2
/
+5
|
*
ice: use virt channel status codes
Mitch Williams
2019-03-26
1
-119
/
+154
|
*
ice: Remove unnecessary newlines from log messages
Jeremiah Kyle
2019-03-26
1
-2
/
+2
*
|
Merge branch 'net-mvpp2-Classifier-updates-and-cleanups'
David S. Miller
2019-03-27
5
-234
/
+341
|
\
\
|
*
|
net: mvpp2: cls: Rework C2 engine macros
Maxime Chevallier
2019-03-27
1
-21
/
+7
|
*
|
net: mvpp2: cls: Initialize lookup priorities for all entries in the flow
Maxime Chevallier
2019-03-27
1
-13
/
+24
|
*
|
net: mvpp2: cls: Invalidate all C2 entries except the ones we use
Maxime Chevallier
2019-03-27
3
-0
/
+30
|
*
|
net: mvpp2: cls: Rename the flow table macros
Maxime Chevallier
2019-03-27
3
-15
/
+14
|
*
|
net: mvpp2: cls: Don't use the sequence attribute for classification
Maxime Chevallier
2019-03-27
2
-18
/
+0
|
*
|
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
2019-03-27
3
-10
/
+9
|
*
|
net: mvpp2: cls: Move C2 read/write helpers around
Maxime Chevallier
2019-03-27
1
-41
/
+41
|
*
|
net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry
Maxime Chevallier
2019-03-27
1
-7
/
+7
|
*
|
net: mvpp2: cls: Use iterators to go through the cls_table
Maxime Chevallier
2019-03-27
2
-8
/
+25
|
*
|
net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs
Maxime Chevallier
2019-03-27
1
-17
/
+59
|
*
|
net: mvpp2: debugfs: Allow reading the flow table from debugfs
Maxime Chevallier
2019-03-27
1
-6
/
+63
|
*
|
net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct
Maxime Chevallier
2019-03-27
2
-72
/
+26
|
*
|
net: mvpp2: cls: Make the flow definitions const
Maxime Chevallier
2019-03-27
3
-14
/
+15
|
*
|
net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS
Maxime Chevallier
2019-03-27
4
-7
/
+10
|
*
|
net: mvpp2: cls: use Lookup Type in classification engines
Maxime Chevallier
2019-03-27
3
-0
/
+21
|
*
|
net: mvpp2: cls: Start cls flow entries from beginning of table
Maxime Chevallier
2019-03-27
1
-3
/
+5
|
*
|
net: mvpp2: cls: Add missing MAC_DA field extraction
Maxime Chevallier
2019-03-27
1
-0
/
+3
|
*
|
net: mvpp2: Don't use an int to store netdev_features_t
Maxime Chevallier
2019-03-27
1
-1
/
+1
|
/
/
[next]