summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: Optimize creation of connection protocol messagesAllan Stephens2011-06-241-36/+12
* tipc: Don't create payload message using connection protocol routineAllan Stephens2011-06-241-8/+9
* tipc: Reject connection protocol message sent to unconnected portAllan Stephens2011-06-241-39/+40
* tipc: Optimize creation of FIN messagesAllan Stephens2011-06-241-37/+24
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-244-20/+20
* tipc: Eliminate useless check when creating internal messageAllan Stephens2011-06-241-4/+2
* tipc: Remove unnecessary includes in socket codeAllan Stephens2011-06-241-3/+0
* tipc: Eliminate unused field in bearer structureAllan Stephens2011-06-242-3/+0
* tipc: Correct typo in link statistics outputAllan Stephens2011-06-241-1/+1
* tipc: Eliminate checks for empty zone list during name translationAllan Stephens2011-06-241-5/+2
* tipc: Convert name table publication lists to standard kernel listsAllan Stephens2011-06-242-164/+90
* tipc: Partition name table instance array info into two partsAllan Stephens2011-06-241-61/+89
* tipc: Eliminate redundant masking in message header routinesAllan Stephens2011-06-241-2/+2
* tipc: Eliminate message header routines for caching destination nodeAllan Stephens2011-06-241-20/+0
* tipc: Optimizations & corrections to message rejectionAllan Stephens2011-06-241-25/+24
* tipc: Optimize routing of returned payload messagesAllan Stephens2011-06-241-1/+6
* tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens2011-06-241-0/+6
* tipc: Standardize exit logic for message rejection handlingAllan Stephens2011-06-241-10/+9
* tipc: Remove unused sanity test macroAllan Stephens2011-06-241-6/+0
* tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens2011-06-241-1/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-06-236-456/+850
|\
| * ixgbe: update driver version stringDon Skidmore2011-06-232-5/+6
| * ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2011-06-232-3/+7
| * ixgbe: disable RSC when Rx checksum is offEmil Tantilov2011-06-231-11/+33
| * ixgbe: move reset code into a separate functionEmil Tantilov2011-06-231-12/+14
| * ixgbe: move setting RSC into a separate functionEmil Tantilov2011-06-231-16/+18
| * ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2011-06-232-0/+290
| * ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2011-06-232-0/+113
| * ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck2011-06-231-0/+19
| * ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck2011-06-234-280/+368
| * ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck2011-06-233-41/+30
| * ixgbe: remove ntuple filteringAlexander Duyck2011-06-231-136/+0
* | net: Fix build failures due to ip_is_fragment()David S. Miller2011-06-231-5/+5
|/
* dcb: use nlmsg_free() instead of kfree()Dan Carpenter2011-06-231-2/+2
* bonding: add min links parameter to 802.3adstephen hemminger2011-06-235-2/+51
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-2119-23/+27
* irda: fix smsc-ircc2 section mismatch warningRandy Dunlap2011-06-211-1/+1
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-2166-11/+79
* dcb: Add missing error check in dcb_ieee_set()John Fastabend2011-06-211-0/+3
* dcb: fix return type on dcb_setapp()John Fastabend2011-06-212-2/+2
* dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2011-06-212-0/+27
* dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend2011-06-213-2/+92
* dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2011-06-212-4/+52
* net: dcbnl, add multicast group for DCBJohn Fastabend2011-06-213-83/+150
* dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend2011-06-211-0/+12
* cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan2011-06-215-9/+39
* core: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-213-0/+74
* udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-213-0/+35
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-215-5/+0
* mv643xx_eth: enable transmit time stamping.Richard Cochran2011-06-211-0/+2