summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-15codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet1-10/+15
2012-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+35
2012-05-12codel: use Newton method instead of sqrt() and dividesEric Dumazet1-31/+37
2012-05-11codel: Controlled Delay AQMEric Dumazet1-0/+332
2012-05-11tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-2/+1
2012-05-09{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan1-0/+1
2012-05-09mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear1-0/+17
2012-05-09cfg80211: Add framework to support ethtool stats.Ben Greear1-0/+17
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso1-9/+25
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov1-2/+28
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso1-0/+29
2012-05-08netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet1-8/+2
2012-05-08netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2-2/+5
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+8
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-7/+16
2012-05-03net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet1-1/+2
2012-05-03tcp: early retransmit: delayed fast retransmitYuchung Cheng1-0/+3
2012-05-03tcp: early retransmitYuchung Cheng1-0/+15
2012-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet1-2/+2
2012-04-30Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-1/+3
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom1-0/+2
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom1-1/+1
2012-04-29net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise1-0/+3
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville1-1/+2
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2-2/+3
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+8
2012-04-24set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)1-0/+1
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+13
2012-04-24net: add a limit parameter to sk_add_backlog()Eric Dumazet1-4/+6
2012-04-24net ax25: Fix the build when sysctl support is disabled.Eric W. Biederman1-2/+2
2012-04-24net sysctl: Add place holder functions for when sysctl support is compiled ou...Eric W. Biederman1-3/+12
2012-04-23mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy1-0/+8
2012-04-22tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Move code aroundPavel Emelyanov1-0/+3
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov1-0/+11
2012-04-21net: Remove register_net_sysctl_tableEric W. Biederman1-3/+0
2012-04-21net: Delete all remaining instances of ctl_pathEric W. Biederman3-6/+0
2012-04-21net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman1-1/+1
2012-04-21net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman1-1/+3
2012-04-21net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman1-5/+5
2012-04-21net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman1-2/+0
2012-04-21net: Kill register_sysctl_rotableEric W. Biederman1-2/+0
2012-04-21net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman1-0/+5
2012-04-21net: Implement register_net_sysctl.Eric W. Biederman1-0/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-7/+320
2012-04-18net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap1-0/+1
2012-04-18ipv6: clean up rt6_clean_expiresJiri Bohac1-1/+1
2012-04-18ipv6: fix rt6_update_expiresJiri Bohac1-2/+8