summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-153-78/+0
* codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet2012-05-141-10/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-142-0/+35
|\
| * {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-081-0/+1
| * mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear2012-05-081-0/+17
| * cfg80211: Add framework to support ethtool stats.Ben Greear2012-05-081-0/+17
* | codel: use Newton method instead of sqrt() and dividesEric Dumazet2012-05-121-31/+37
* | codel: Controlled Delay AQMEric Dumazet2012-05-101-0/+332
* | tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2012-05-101-2/+1
|/
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-9/+25
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-2/+28
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-0/+29
* netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet2012-05-081-8/+2
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-082-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-074-4/+8
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-011-1/+2
| |\
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-1/+2
| | |\
| | | * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+1
| | | * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-1/+1
| * | | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
| * | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-301-1/+3
| |\ \ \
| | * | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+2
| | * | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+1
| * | | | set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-0/+1
* | | | | tcp: be more strict before accepting ECN negociationEric Dumazet2012-05-041-7/+16
* | | | | net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2012-05-021-1/+2
* | | | | tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-021-0/+3
* | | | | tcp: early retransmitYuchung Cheng2012-05-021-0/+15
* | | | | net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise2012-04-281-0/+3
* | | | | ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-272-2/+3
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-261-0/+8
|\ \ \ \ \
| * | | | | mac80211: declare ieee80211_ave_rssi as EXPORTWey-Yi Guy2012-04-231-0/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-233-6/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap2012-04-171-0/+1
| * | | | | ipv6: clean up rt6_clean_expiresJiri Bohac2012-04-171-1/+1
| * | | | | ipv6: fix rt6_update_expiresJiri Bohac2012-04-171-2/+8
| * | | | | net_sched: red: Make minor corrections to commentsDavid Ward2012-04-161-3/+3
* | | | | | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-4/+6
* | | | | | net ax25: Fix the build when sysctl support is disabled.Eric W. Biederman2012-04-231-2/+2
* | | | | | net sysctl: Add place holder functions for when sysctl support is compiled ou...Eric W. Biederman2012-04-231-3/+12
* | | | | | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell2012-04-211-0/+1
* | | | | | tcp: Initial repair modePavel Emelyanov2012-04-211-0/+2
* | | | | | tcp: Move code aroundPavel Emelyanov2012-04-211-0/+3
* | | | | | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-0/+11
* | | | | | net: Remove register_net_sysctl_tableEric W. Biederman2012-04-201-3/+0
* | | | | | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-203-6/+0
* | | | | | net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-201-1/+1
* | | | | | net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-201-1/+3
* | | | | | net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman2012-04-201-5/+5
* | | | | | net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman2012-04-201-2/+0
OpenPOWER on IntegriCloud