summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-04-21net/hyperv: Adding cancellation to ensure rndis filter is closedWenqi Ma
2012-04-21ks8851: Fix mutex deadlock in ks8851_net_stop()Stephen Boyd
2012-04-21drivers/net: decouple ISA and ISA_DMA_APIArnd Bergmann
2012-04-21sungem: use mdelay instead of udelay where necessaryArnd Bergmann
2012-04-21donauboe: replace excessive udelay with msleepArnd Bergmann
2012-04-218390: select CRC32 supportArnd Bergmann
2012-04-21drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann
2012-04-21caif: include linux/io.hArnd Bergmann
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann
2012-04-21davinci_cpdma: export symbols used by other driversArnd Bergmann
2012-04-21pch_gbe: remove suspicious commentRichard Cochran
2012-04-21pch_gbe: run the ptp bpf just once per packetRichard Cochran
2012-04-21pch_gbe: correct receive time stamp filteringTakahiro Shimizu
2012-04-21pch_gbe: do not set the channel control registerTakahiro Shimizu
2012-04-21pch_gbe: improve coding styleTakahiro Shimizu
2012-04-21pch_gbe: export a method to set the receive match addressTakahiro Shimizu
2012-04-21pch_gbe: reprogram multicast address register on resetTakahiro Shimizu
2012-04-21pch_gbe: simplify transmit time stamping flag testTakahiro Shimizu
2012-04-21pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-21perfmon: kill some helpers and argumentsAl Viro
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Al Viro
2012-04-21mmc: core: Do not pre-claim host in suspendUlf Hansson
2012-04-21mmc: dw_mmc: prevent NULL dereference for dma_opsJaehoon Chung
2012-04-21net: Remove register_net_sysctl_tableEric W. Biederman
2012-04-21net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-21net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-21net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman
2012-04-21net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman
2012-04-21net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman
2012-04-21net decnet: Convert to use register_net_sysctlEric W. Biederman
2012-04-21net neighbour: Convert to use register_net_sysctlEric W. Biederman
2012-04-21net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman
2012-04-21net llc: Don't use sysctl tables with .child entries.Eric W. Biederman
2012-04-21net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman
2012-04-21net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman
2012-04-21net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman
2012-04-21net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman
2012-04-21net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-21net: Kill register_sysctl_rotableEric W. Biederman
2012-04-21net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman
2012-04-21net sysctl: Register an empty /proc/sys/netEric W. Biederman
2012-04-21net: Implement register_net_sysctl.Eric W. Biederman