index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
failover.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-27
net: openvswitch: Add a new action check_pkt_len
Numan Siddique
3
-0
/
+261
2019-03-27
net: phy: marvell: add PHY tunable fast link down support for 88E1540
Heiner Kallweit
1
-0
/
+108
2019-03-27
ethtool: add PHY Fast Link Down support
Heiner Kallweit
2
-0
/
+10
2019-03-27
net/core: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
3
-3
/
+19
2019-03-27
net/core: Fix rtnetlink kernel-doc headers
Bart Van Assche
1
-3
/
+6
2019-03-27
net/core: Document __skb_flow_dissect() flags argument
Bart Van Assche
1
-0
/
+2
2019-03-27
net/core: Document all dev_ioctl() arguments
Bart Van Assche
1
-1
/
+2
2019-03-27
net/core: Document reuseport_add_sock() bind_inany argument
Bart Van Assche
1
-0
/
+2
2019-03-27
net: dsa: mv88e6xxx: remove unneeded cmode initialization
Heiner Kallweit
2
-12
/
+0
2019-03-27
bnx2x: Utilize FW 7.13.11.0.
Sudarsana Reddy Kalluru
1
-7
/
+14
2019-03-27
fou: Support binding FoU socket
Kristian Evensen
2
-16
/
+128
2019-03-27
net: mvpp2: cls: Rework C2 engine macros
Maxime Chevallier
1
-21
/
+7
2019-03-27
net: mvpp2: cls: Initialize lookup priorities for all entries in the flow
Maxime Chevallier
1
-13
/
+24
2019-03-27
net: mvpp2: cls: Invalidate all C2 entries except the ones we use
Maxime Chevallier
3
-0
/
+30
2019-03-27
net: mvpp2: cls: Rename the flow table macros
Maxime Chevallier
3
-15
/
+14
2019-03-27
net: mvpp2: cls: Don't use the sequence attribute for classification
Maxime Chevallier
2
-18
/
+0
2019-03-27
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
3
-10
/
+9
2019-03-27
net: mvpp2: cls: Move C2 read/write helpers around
Maxime Chevallier
1
-41
/
+41
2019-03-27
net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry
Maxime Chevallier
1
-7
/
+7
2019-03-27
net: mvpp2: cls: Use iterators to go through the cls_table
Maxime Chevallier
2
-8
/
+25
2019-03-27
net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs
Maxime Chevallier
1
-17
/
+59
2019-03-27
net: mvpp2: debugfs: Allow reading the flow table from debugfs
Maxime Chevallier
1
-6
/
+63
2019-03-27
net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct
Maxime Chevallier
2
-72
/
+26
2019-03-27
net: mvpp2: cls: Make the flow definitions const
Maxime Chevallier
3
-14
/
+15
2019-03-27
net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS
Maxime Chevallier
4
-7
/
+10
2019-03-27
net: mvpp2: cls: use Lookup Type in classification engines
Maxime Chevallier
3
-0
/
+21
2019-03-27
net: mvpp2: cls: Start cls flow entries from beginning of table
Maxime Chevallier
1
-3
/
+5
2019-03-27
net: mvpp2: cls: Add missing MAC_DA field extraction
Maxime Chevallier
1
-0
/
+3
2019-03-27
net: mvpp2: Don't use an int to store netdev_features_t
Maxime Chevallier
1
-1
/
+1
2019-03-26
ice: Remove "2 BITS" comment
Anirudh Venkataramanan
1
-6
/
+6
2019-03-26
ice: Update comment regarding the ITR_GRAN_S
Brett Creeley
1
-1
/
+1
2019-03-26
ice: Update function header for __ice_vsi_get_qs
Anirudh Venkataramanan
1
-4
/
+3
2019-03-26
ice: Remove unnecessary braces
Anirudh Venkataramanan
1
-2
/
+1
2019-03-26
ice: Remove unused function prototype
Anirudh Venkataramanan
1
-2
/
+0
2019-03-26
ice: Add missing case in print_link_msg for printing flow control
Brett Creeley
1
-0
/
+3
2019-03-26
ice: Audit hotpath structures with pahole
Brett Creeley
4
-20
/
+15
2019-03-26
ice: Do not bail out when filter already exists
Preethi Banala
1
-1
/
+5
2019-03-26
ice: Fix issue with VF attempt to delete default MAC address
Akeem G Abodunrin
1
-8
/
+7
2019-03-26
ice: enable VF admin queue interrupts
Mitch Williams
2
-0
/
+6
2019-03-26
ice: Fix for adaptive interrupt moderation
Anirudh Venkataramanan
3
-24
/
+275
2019-03-26
ice: Implement pci_error_handler ops
Brett Creeley
1
-0
/
+151
2019-03-26
ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset
Brett Creeley
1
-2
/
+5
2019-03-26
ice: use virt channel status codes
Mitch Williams
1
-119
/
+154
2019-03-26
ice: Remove unnecessary newlines from log messages
Jeremiah Kyle
1
-2
/
+2
2019-03-26
openvswitch: add seqadj extension when NAT is used.
Flavio Leitner
1
-0
/
+6
2019-03-26
selftests: bpf: don't depend on hardcoded perf sample_freq
Stanislav Fomichev
1
-1
/
+15
2019-03-26
dpaa2-eth: use netif_receive_skb_list
Ioana Ciornei
2
-1
/
+8
2019-03-26
tipc: fix return value check in tipc_mcast_send_sync()
Wei Yongjun
1
-1
/
+1
2019-03-26
net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in use
Heiner Kallweit
1
-1
/
+13
2019-03-26
net: phy: aquantia: report PHY details like firmware version
Heiner Kallweit
1
-0
/
+62
[next]