| Commit message (Expand) | Author | Files | Lines |
2011-03-10 | ipv4: Optimize flow initialization in input route lookup. | David S. Miller | 1 | -6/+8 |
2011-03-09 | tcp: ioctl type SIOCOUTQNSD returns amount of data not sent | Mario Schuknecht | 2 | -1/+12 |
2011-03-09 | ipv4: Lookup multicast routes by rtable using helper. | David S. Miller | 1 | -42/+28 |
2011-03-09 | bonding: move procfs code into bond_procfs.c | Amerigo Wang | 4 | -300/+306 |
2011-03-09 | Phonet: kill the ST-Ericsson pipe controller Kconfig | Rémi Denis-Courmont | 4 | -52/+0 |
2011-03-09 | Phonet: support active connection without pipe controller on modem | Rémi Denis-Courmont | 3 | -162/+165 |
2011-03-09 | Phonet: provide pipe socket option to retrieve the pipe identifier | Rémi Denis-Courmont | 3 | -12/+12 |
2011-03-09 | Phonet: allocate sock from accept syscall rather than soft IRQ | Rémi Denis-Courmont | 3 | -174/+121 |
2011-03-09 | Phonet: factor common code to send control messages | Rémi Denis-Courmont | 1 | -152/+73 |
2011-03-09 | Phonet: correct pipe backlog callback return values | Rémi Denis-Courmont | 1 | -14/+11 |
2011-03-09 | Phonet: return an error when packet TX fails | Rémi Denis-Courmont | 1 | -5/+3 |
2011-03-09 | Phonet: fix NULL dereference on TX path with implicit source | Rémi Denis-Courmont | 1 | -3/+2 |
2011-03-08 | inetpeer: Don't disable BH for initial fast RCU lookup. | David S. Miller | 1 | -9/+9 |
2011-03-08 | ixgbe: fix compile failure in ixgbe_init_mbx_params_pf | Andy Gospodarek | 1 | -1/+1 |
2011-03-08 | dsa/mv88e6060: support nonzero mii base address | Peter Korsgaard | 1 | -3/+4 |
2011-03-08 | ipv4: Fix scope value used in route src-address caching. | David S. Miller | 2 | -2/+4 |
2011-03-08 | ipv4: Cache source address in nexthop entries. | David S. Miller | 3 | -9/+31 |
2011-03-08 | ixgbe: fix setting and reporting of advertised speeds | Emil Tantilov | 1 | -21/+20 |
2011-03-08 | ixgbe: fix spelling errors | Emil Tantilov | 1 | -2/+2 |
2011-03-08 | ixgbe: improve logic in ixgbe_init_mbx_params_pf | Emil Tantilov | 1 | -15/+12 |
2011-03-08 | ixgbe: add function description | Emil Tantilov | 1 | -3/+6 |
2011-03-08 | ixgbe: Enable flow control pause parameter auto-negotiation support | Emil Tantilov | 6 | -199/+281 |
2011-03-08 | ixgbe: Add x540 statistic counter definitions | Emil Tantilov | 2 | -0/+14 |
2011-03-08 | ixgbe: clear correct counters for flow control on 82599 | Emil Tantilov | 2 | -7/+29 |
2011-03-08 | ixgbe: cleanup PHY init | Emil Tantilov | 3 | -59/+114 |
2011-03-08 | ixgbe: add support to FCoE DDP in target mode | Yi Zou | 4 | -12/+81 |
2011-03-08 | vlan: add support to ndo_fcoe_ddp_target() | Yi Zou | 1 | -0/+14 |
2011-03-08 | net: add ndo_fcoe_ddp_target() to support FCoE DDP in target mode | Yi Zou | 1 | -0/+4 |
2011-03-08 | ixgbe: fix missing function pointer conversion | Don Skidmore | 1 | -1/+1 |
2011-03-08 | igb: Add stats output for OS2BMC feature on i350 devices | Carolyn Wyborny | 5 | -1/+29 |
2011-03-08 | e1000e: fix build issue due to undefined reference to crc32_le | Emil Tantilov | 1 | -0/+1 |
2011-03-08 | af_unix: remove unused struct sockaddr_un cruft | Hagen Paul Pfeifer | 1 | -2/+0 |
2011-03-08 | sctp: several declared/set but unused fixes | Hagen Paul Pfeifer | 6 | -18/+1 |
2011-03-08 | af_packet: struct socket declared/assigned but unused | Hagen Paul Pfeifer | 1 | -3/+0 |
2011-03-08 | mcast: net_device dev not used | Hagen Paul Pfeifer | 1 | -6/+0 |
2011-03-08 | s2io: fix uninitialized compile warning | Shan Wei | 1 | -1/+1 |
2011-03-08 | bonding: COW before overwriting the destination MAC address | Changli Gao | 1 | -2/+6 |
2011-03-08 | bonding: remove the unused dummy functions when net poll controller isn't ena... | Changli Gao | 1 | -8/+0 |
2011-03-08 | net: allow handlers to be processed for orig_dev | Jiri Pirko | 1 | -1/+2 |
2011-03-08 | be2net: Add multicast filter capability for Lancer | Padmanabh Ratnakar | 2 | -2/+5 |
2011-03-08 | be2net: Disarm CQ and EQ to disable interrupt in Lancer | Padmanabh Ratnakar | 1 | -5/+12 |
2011-03-08 | be2net: Remove TX Queue stop in close | Padmanabh Ratnakar | 1 | -1/+0 |
2011-03-08 | be2net: Change f/w command versions for Lancer | Padmanabh Ratnakar | 2 | -2/+8 |
2011-03-08 | be2net: Add error recovery during load for Lancer | Padmanabh Ratnakar | 2 | -0/+68 |
2011-03-08 | be2net: Checksum field valid only for TCP/UDP | Padmanabh Ratnakar | 1 | -3/+6 |
2011-03-08 | be2net: Remove ERR compl workaround for Lancer | Padmanabh Ratnakar | 2 | -26/+9 |
2011-03-08 | ipv4: Inline fib_semantic_match into check_leaf | David S. Miller | 3 | -75/+51 |
2011-03-07 | ipv4: Validate route entry type at insert instead of every lookup. | David S. Miller | 1 | -26/+28 |
2011-03-07 | netdevice: Convert printk to pr_info in netif_tx_stop_queue | Joe Perches | 1 | -2/+1 |
2011-03-05 | batman-adv: Disallow regular interface as mesh device | Sven Eckelmann | 3 | -12/+36 |