summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24tipc: Eliminate useless check when creating internal messageAllan Stephens
2011-06-24tipc: Remove unnecessary includes in socket codeAllan Stephens
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens
2011-06-24tipc: Correct typo in link statistics outputAllan Stephens
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens
2011-06-24tipc: Optimizations & corrections to message rejectionAllan Stephens
2011-06-24tipc: Optimize routing of returned payload messagesAllan Stephens
2011-06-24tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens
2011-06-24tipc: Standardize exit logic for message rejection handlingAllan Stephens
2011-06-24tipc: Remove unused sanity test macroAllan Stephens
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens
2011-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2011-06-24ixgbe: update driver version stringDon Skidmore
2011-06-24ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck
2011-06-24ixgbe: disable RSC when Rx checksum is offEmil Tantilov
2011-06-24ixgbe: move reset code into a separate functionEmil Tantilov
2011-06-24ixgbe: move setting RSC into a separate functionEmil Tantilov
2011-06-24ixgbe: add support for nfc addition and removal of filtersAlexander Duyck
2011-06-24ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck
2011-06-24ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck
2011-06-24ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck
2011-06-24ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck
2011-06-24ixgbe: remove ntuple filteringAlexander Duyck
2011-06-24net: Fix build failures due to ip_is_fragment()David S. Miller
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger
2011-06-22ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-22irda: fix smsc-ircc2 section mismatch warningRandy Dunlap
2011-06-22net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-21dcb: Add missing error check in dcb_ieee_set()John Fastabend
2011-06-21dcb: fix return type on dcb_setapp()John Fastabend
2011-06-21dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend
2011-06-21dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend
2011-06-21dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend
2011-06-21net: dcbnl, add multicast group for DCBJohn Fastabend
2011-06-21dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend
2011-06-21cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl
2011-06-21mv643xx_eth: enable transmit time stamping.Richard Cochran
2011-06-21mv643xx_eth: fix race in trasmit path.Richard Cochran
2011-06-21xen: convert to 64 bit stats interfacestephen hemminger
2011-06-21vxge: fix 64 bit access on 32 bit platformsstephen hemminger
2011-06-21ifb: convert to 64 bit statsstephen hemminger
2011-06-21drivers/net: Remove casts of void *Joe Perches