Age | Commit message (Expand) | Author | Files | Lines |
2012-04-21 | davinci_cpdma: export symbols used by other drivers | Arnd Bergmann | 1 | -1/+12 |
2012-04-21 | pch_gbe: remove suspicious comment | Richard Cochran | 1 | -1/+0 |
2012-04-21 | pch_gbe: run the ptp bpf just once per packet | Richard Cochran | 1 | -3/+1 |
2012-04-21 | pch_gbe: correct receive time stamp filtering | Takahiro Shimizu | 2 | -4/+20 |
2012-04-21 | pch_gbe: do not set the channel control register | Takahiro Shimizu | 1 | -2/+0 |
2012-04-21 | pch_gbe: improve coding style | Takahiro Shimizu | 1 | -9/+9 |
2012-04-21 | pch_gbe: export a method to set the receive match address | Takahiro Shimizu | 2 | -1/+3 |
2012-04-21 | pch_gbe: reprogram multicast address register on reset | Takahiro Shimizu | 1 | -3/+57 |
2012-04-21 | pch_gbe: simplify transmit time stamping flag test | Takahiro Shimizu | 1 | -3/+3 |
2012-04-21 | pch_gbe: scale time stamps to nanoseconds | Takahiro Shimizu | 2 | -4/+2 |
2012-04-20 | net: Remove register_net_sysctl_table | Eric W. Biederman | 2 | -10/+0 |
2012-04-20 | net: Delete all remaining instances of ctl_path | Eric W. Biederman | 10 | -58/+0 |
2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 36 | -171/+44 |
2012-04-20 | net: Convert nf_conntrack_proto to use register_net_sysctl | Eric W. Biederman | 3 | -6/+6 |
2012-04-20 | net ipv4: Convert devinet to use register_net_sysctl | Eric W. Biederman | 1 | -34/+5 |
2012-04-20 | net ipv6: Convert addrconf to use register_net_sysctl | Eric W. Biederman | 1 | -28/+4 |
2012-04-20 | net decnet: Convert to use register_net_sysctl | Eric W. Biederman | 2 | -22/+5 |
2012-04-20 | net neighbour: Convert to use register_net_sysctl | Eric W. Biederman | 1 | -27/+6 |
2012-04-20 | net ipv6: Don't use sysctl tables with .child entries. | Eric W. Biederman | 2 | -25/+26 |
2012-04-20 | net llc: Don't use sysctl tables with .child entries. | Eric W. Biederman | 1 | -35/+16 |
2012-04-20 | net ax25: Simplify and cleanup the ax25 sysctl handling. | Eric W. Biederman | 4 | -69/+35 |
2012-04-20 | net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh | Eric W. Biederman | 2 | -20/+1 |
2012-04-20 | net ipv6: Remove unneded registration of an empty net/ipv6/neigh | Eric W. Biederman | 2 | -42/+0 |
2012-04-20 | net core: Remove unneded creation of an empty net/core sysctl directory | Eric W. Biederman | 1 | -3/+0 |
2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 31 | -58/+60 |
2012-04-20 | net: Kill register_sysctl_rotable | Eric W. Biederman | 6 | -29/+4 |
2012-04-20 | net sysctl: Initialize the network sysctls sooner to avoid problems. | Eric W. Biederman | 3 | -2/+12 |
2012-04-20 | net sysctl: Register an empty /proc/sys/net | Eric W. Biederman | 1 | -1/+10 |
2012-04-20 | net: Implement register_net_sysctl. | Eric W. Biederman | 2 | -0/+9 |
2012-04-20 | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 11 | -107/+172 |
2012-04-19 | atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/write | Huang, Xiong | 1 | -2/+2 |
2012-04-19 | atl1c: fix WoL(magic) issue for l2cb 1.1 | Huang, Xiong | 2 | -28/+52 |
2012-04-19 | atl1c: refine atl1c_pcie_patch | Huang, Xiong | 2 | -18/+48 |
2012-04-19 | atl1c: refine/update ASPM configuration | Huang, Xiong | 2 | -122/+111 |
2012-04-19 | atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patch | Huang, Xiong | 1 | -1/+6 |
2012-04-19 | atl1c: refine reg definition of REG_MASTER_CTRL | Huang, Xiong | 2 | -19/+24 |
2012-04-19 | atl1c: clear PCIE error status in atl1c_reset_pcie | Huang, Xiong | 2 | -17/+11 |
2012-04-19 | atl1c: remove dmar_dly_cnt and dmaw_dly_cnt | Huang, Xiong | 2 | -4/+0 |
2012-04-19 | atl1c: update right threshold for TSO | Huang, Xiong | 3 | -5/+9 |
2012-04-19 | atl1c: add module parameter for l1c_wait_until_idle | Huang, Xiong | 2 | -15/+24 |
2012-04-19 | atl1c: threshold for ASPM is changed based on chip capability | Huang, Xiong | 1 | -3/+4 |
2012-04-19 | stmmac: do not fail when probe and there is no csr clk defined | Giuseppe CAVALLARO | 2 | -7/+11 |
2012-04-19 | stmmac: verify the dma_cfg platform fields | Giuseppe CAVALLARO | 4 | -7/+25 |
2012-04-19 | stmmac: Move the mdio_register/_unregister in probe/remove | Francesco Virlinzi | 1 | -18/+16 |
2012-04-19 | stmmac: use custom init/exit functions in pm ops | Francesco Virlinzi | 2 | -4/+14 |
2012-04-19 | iwlwifi: Remove inconsistent and redundant declaration | David Spinadel | 1 | -1/+0 |
2012-04-19 | tipc: Ensure network address change doesn't impact configuration service | Allan Stephens | 1 | -1/+1 |
2012-04-19 | tipc: Ensure network address change doesn't impact rejected message | Allan Stephens | 1 | -1/+1 |
2012-04-19 | tipc: handle <0.0.0> as an alias for this node on outgoing msgs | Allan Stephens | 1 | -4/+4 |
2012-04-19 | tipc: properly handle off-node send requests with invalid addr | Allan Stephens | 1 | -2/+9 |