aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet10-19/+21
2012-04-23net ax25: Fix the build when sysctl support is disabled.Eric W. Biederman1-2/+2
2012-04-23net sysctl: Add place holder functions for when sysctl support is compiled out of the kernel.Eric W. Biederman1-3/+12
2012-04-23be2net: fix ethtool get settingsAjit Khaparde5-102/+239
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller2-4/+2
2012-04-21gianfar: add GRO supportWu Jiajun-B063781-6/+7
2012-04-21af_packet: packet_getsockopt() cleanupEric Dumazet1-38/+8
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell4-99/+68
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet1-0/+3
2012-04-21team: add per-port option for enabling/disabling portsJiri Pirko1-0/+24
2012-04-21team: allow to enable/disable portsJiri Pirko4-25/+45
2012-04-21team: lb: let userspace care about port macsJiri Pirko1-12/+0
2012-04-21net: change big iov allocationsEric Dumazet1-21/+16
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov2-0/+72
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Repair socket queuesPavel Emelyanov2-3/+87
2012-04-21tcp: Initial repair modePavel Emelyanov5-8/+111
2012-04-21tcp: Move code aroundPavel Emelyanov4-36/+54
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov13-14/+28
2012-04-21drivers/net: decouple ISA and ISA_DMA_APIArnd Bergmann2-6/+6
2012-04-21sungem: use mdelay instead of udelay where necessaryArnd Bergmann1-1/+1
2012-04-21donauboe: replace excessive udelay with msleepArnd Bergmann1-1/+1
2012-04-218390: select CRC32 supportArnd Bergmann1-0/+1
2012-04-21drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann2-2/+3
2012-04-21caif: include linux/io.hArnd Bergmann1-0/+4
2012-04-21drivers/net: add missing __devexit_p() annotationsArnd Bergmann3-3/+3
2012-04-21davinci_cpdma: export symbols used by other driversArnd Bergmann1-1/+12
2012-04-21pch_gbe: remove suspicious commentRichard Cochran1-1/+0
2012-04-21pch_gbe: run the ptp bpf just once per packetRichard Cochran1-3/+1
2012-04-21pch_gbe: correct receive time stamp filteringTakahiro Shimizu2-4/+20
2012-04-21pch_gbe: do not set the channel control registerTakahiro Shimizu1-2/+0
2012-04-21pch_gbe: improve coding styleTakahiro Shimizu1-9/+9
2012-04-21pch_gbe: export a method to set the receive match addressTakahiro Shimizu2-1/+3
2012-04-21pch_gbe: reprogram multicast address register on resetTakahiro Shimizu1-3/+57
2012-04-21pch_gbe: simplify transmit time stamping flag testTakahiro Shimizu1-3/+3
2012-04-21pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu2-4/+2
2012-04-20net: Remove register_net_sysctl_tableEric W. Biederman2-10/+0
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman10-58/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman36-171/+44
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman3-6/+6
2012-04-20net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman1-34/+5
2012-04-20net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman1-28/+4
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman2-22/+5
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman1-27/+6
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2-25/+26
2012-04-20net llc: Don't use sysctl tables with .child entries.Eric W. Biederman1-35/+16
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman4-69/+35
2012-04-20net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman2-20/+1
2012-04-20net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2-42/+0
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0