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