aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-09ipv4: Optimize flow initialization in fib_validate_source().David S. Miller1-7/+9
2011-03-09ipv4: Optimize flow initialization in input route lookup.David S. Miller1-6/+8
2011-03-09tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht2-1/+12
2011-03-09ipv4: Lookup multicast routes by rtable using helper.David S. Miller1-42/+28
2011-03-09bonding: move procfs code into bond_procfs.cAmerigo Wang4-300/+306
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont4-52/+0
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont3-162/+165
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont3-12/+12
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont3-174/+121
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont1-14/+11
2011-03-09Phonet: return an error when packet TX failsRémi Denis-Courmont1-5/+3
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont1-3/+2
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller1-9/+9
2011-03-08ixgbe: fix compile failure in ixgbe_init_mbx_params_pfAndy Gospodarek1-1/+1
2011-03-08dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard1-3/+4
2011-03-08ipv4: Fix scope value used in route src-address caching.David S. Miller2-2/+4
2011-03-07ipv4: Cache source address in nexthop entries.David S. Miller3-9/+31
2011-03-07ixgbe: fix setting and reporting of advertised speedsEmil Tantilov1-21/+20
2011-03-07ixgbe: fix spelling errorsEmil Tantilov1-2/+2
2011-03-07ixgbe: improve logic in ixgbe_init_mbx_params_pfEmil Tantilov1-15/+12
2011-03-07ixgbe: add function descriptionEmil Tantilov1-3/+6
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov6-199/+281
2011-03-07ixgbe: Add x540 statistic counter definitionsEmil Tantilov2-0/+14
2011-03-07ixgbe: clear correct counters for flow control on 82599Emil Tantilov2-7/+29
2011-03-07ixgbe: cleanup PHY initEmil Tantilov3-59/+114
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou4-12/+81
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2011-03-07net: add ndo_fcoe_ddp_target() to support FCoE DDP in target modeYi Zou1-0/+4
2011-03-07ixgbe: fix missing function pointer conversionDon Skidmore1-1/+1
2011-03-07igb: Add stats output for OS2BMC feature on i350 devicesCarolyn Wyborny5-1/+29
2011-03-07e1000e: fix build issue due to undefined reference to crc32_leEmil Tantilov1-0/+1
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer6-18/+1
2011-03-07af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer1-3/+0
2011-03-07mcast: net_device dev not usedHagen Paul Pfeifer1-6/+0
2011-03-07s2io: fix uninitialized compile warningShan Wei1-1/+1
2011-03-07bonding: COW before overwriting the destination MAC addressChangli Gao1-2/+6
2011-03-07bonding: remove the unused dummy functions when net poll controller isn't enabledChangli Gao1-8/+0
2011-03-07net: allow handlers to be processed for orig_devJiri Pirko1-1/+2
2011-03-07be2net: Add multicast filter capability for LancerPadmanabh Ratnakar2-2/+5
2011-03-07be2net: Disarm CQ and EQ to disable interrupt in LancerPadmanabh Ratnakar1-5/+12
2011-03-07be2net: Remove TX Queue stop in closePadmanabh Ratnakar1-1/+0
2011-03-07be2net: Change f/w command versions for LancerPadmanabh Ratnakar2-2/+8
2011-03-07be2net: Add error recovery during load for LancerPadmanabh Ratnakar2-0/+68
2011-03-07be2net: Checksum field valid only for TCP/UDPPadmanabh Ratnakar1-3/+6
2011-03-07be2net: Remove ERR compl workaround for LancerPadmanabh Ratnakar2-26/+9
2011-03-07ipv4: Inline fib_semantic_match into check_leafDavid S. Miller3-75/+51
2011-03-07ipv4: Validate route entry type at insert instead of every lookup.David S. Miller1-26/+28
2011-03-07netdevice: Convert printk to pr_info in netif_tx_stop_queueJoe Perches1-2/+1