summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netxen: Notify firmware of Flex-10 interface downSony Chacko2011-03-141-0/+3
* phylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addressesPeter Korsgaard2011-03-141-3/+5
* bnx2: Update firmware and versionMichael Chan2011-03-145-2517/+2503Star
* enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFOVasanthy Kolluri2011-03-143-3/+44
* bridge: control carrier based on ports onlinestephen hemminger2011-03-143-13/+27
* drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse2011-03-142-3/+7
* net: sh_eth: add set_mdio_gate in bb_infoYoshihiro Shimoda2011-03-142-2/+20
* net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda2011-03-141-1/+135
* net: sh_eth: modify the PHY_INTERFACE_MODEYoshihiro Shimoda2011-03-143-1/+6
* net: sh_eth: remove almost #ifdef of SH7763Yoshihiro Shimoda2011-03-142-39/+47
* net: sh_eth: remove the SH_TSU_ADDRYoshihiro Shimoda2011-03-142-22/+27
* net: sh_eth: modify the definitions of registerYoshihiro Shimoda2011-03-143-422/+533
* Merge branch 'tipc-Mar14-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2011-03-141-1/+1
|\
| * tipc: delete extra semicolon blocking node deletionPaul Gortmaker2011-03-141-1/+1
* | pktgen: bug fix in transmission headers with frags=0Daniel Turull2011-03-141-2/+1Star
|/
* inetpeer: should use call_rcu() variantEric Dumazet2011-03-141-1/+1
* xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert2011-03-142-14/+87
* xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-143-1/+194
* xfrm: Support anti-replay window size bigger than 32 packetsSteffen Klassert2011-03-141-1/+206
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-147-128/+174
* esp6: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-141-19/+86
* esp4: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-141-18/+82
* xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-147-11/+17
* xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2011-03-142-0/+19
* crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert2011-03-142-1/+836
* Merge branch 'tipc-Mar13-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2011-03-1423-394/+278Star
|\
| * tipc: Update maintenance informationAllan Stephens2011-03-131-4/+2Star
| * tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-133-16/+0Star
| * tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-133-46/+4Star
| * tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens2011-03-132-7/+2Star
| * tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens2011-03-131-1/+1
| * tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens2011-03-132-3/+2Star
| * tipc: Remove unused field in bearer structureAllan Stephens2011-03-132-3/+0Star
| * tipc: Correct misnamed references to neighbor discovery domainAllan Stephens2011-03-134-10/+10
| * tipc: Optimizations to link creation codeAllan Stephens2011-03-135-36/+28Star
| * tipc: Give Tx of discovery responses priority over link messagesAllan Stephens2011-03-131-7/+9
| * tipc: Cosmetic changes to neighbor discovery logicAllan Stephens2011-03-131-44/+59
| * tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-131-1/+3
| * tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-132-11/+3Star
| * tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-134-9/+9
| * tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-133-12/+0Star
| * tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens2011-03-133-23/+6Star
| * tipc: Convert node object array to a hash tableAllan Stephens2011-03-135-55/+70
| * tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-137-57/+9Star
| * tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-135-42/+33Star
| * tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens2011-03-133-6/+8
| * tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens2011-03-131-15/+17
| * tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-134-13/+27
| * tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-132-8/+10
| * tipc: Add network address mask helper routinesAllan Stephens2011-03-133-7/+16