summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-01tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan
2016-11-01tipc: remove socket state SS_READYParthasarathy Bhuvaragan
2016-11-01tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan
2016-11-01tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan
2016-11-01tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan
2016-11-01tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan
2016-11-01tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan
2016-11-01tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan
2016-11-01tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan
2016-11-01Merge branch 'nfp-cleanups-and-RX-path-rewrite'David S. Miller
2016-11-01nfp: bring back support for different ring countsJakub Kicinski
2016-11-01nfp: replace num_irqs with max_r_vecsJakub Kicinski
2016-11-01nfp: remove nfp_net_irqs_wanted()Jakub Kicinski
2016-11-01nfp: use unsigned int for vector/ring countsJakub Kicinski
2016-11-01nfp: create separate define for max number of vectorsJakub Kicinski
2016-11-01nfp: use AND instead of modulo to get ring indexesJakub Kicinski
2016-11-01nfp: add separate buffer allocation function for napiJakub Kicinski
2016-11-01nfp: use alloc_frag() and build_skb()Jakub Kicinski
2016-11-01nfp: add buffer drop/recycle helper for RXJakub Kicinski
2016-11-01nfp: centralize the buffer size calculationJakub Kicinski
2016-11-01nfp: remove inline attributes and dead codeJakub Kicinski
2016-11-01nfp: remove unnecessary call to ether_setup()Jakub Kicinski
2016-11-01nfp: remove support for nfp3200Jakub Kicinski
2016-11-01nfp: simplify nfp_net_poll()Jakub Kicinski
2016-11-01Merge branch 'qed-next'David S. Miller
2016-11-01qed: Correct VF mac numberMintz, Yuval
2016-11-01qede: Don't override priv_flagsMintz, Yuval
2016-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet
2016-10-31net: cris: make eth_v10.c explicitly non-modularPaul Gortmaker
2016-10-31i40e: removed unreachable codeFilip Sadowski
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin
2016-10-31i40e: Fix for division by zeroMichal Kosiarz
2016-10-31i40e: clear mac filter count on resetMitch Williams
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck
2016-10-31i40evf: avoid an extra msleep whileJacob Keller
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller
2016-10-31i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller
2016-10-31i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller