summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: Kill register_sysctl_rotableEric W. Biederman2012-04-201-2/+0
* | | net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman2012-04-201-0/+5
* | | net: Implement register_net_sysctl.Eric W. Biederman2012-04-201-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-185-7/+320
|\ \ \ | | |/ | |/|
| * | mac80211: add function retrieve average rssiWey-Yi Guy2012-04-161-0/+3
| * | cfg80211: enforce lack of interface combinationsJohannes Berg2012-04-161-5/+1
| * | mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-0/+1
| * | cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEPontus Fuchs2012-04-131-1/+2
| * | NFC: Add Core support to generate tag lost eventEric Lapuyade2012-04-121-0/+5
| * | NFC: Changed target activated state logicEric Lapuyade2012-04-121-1/+2
| * | NFC: Fix next target_idx type and rename for clarityEric Lapuyade2012-04-121-1/+1
| * | NFC: The core part should generate the target indexSamuel Ortiz2012-04-121-0/+2
| * | NFC: SHDLC implementationEric Lapuyade2012-04-121-0/+104
| * | NFC: HCI supportEric Lapuyade2012-04-122-0/+199
| * | NFC: Export target lost functionEric Lapuyade2012-04-121-0/+1
* | | tcp: restore formatting of macros for tcp_skb_cb sacked fieldNeal Cardwell2012-04-161-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-152-1/+47
|\ \ \ | | |/ | |/|
| * | ipv6: fix problem with expired dst cacheGao feng2012-04-132-1/+47
* | | net: cleanup unsigned to unsigned intEric Dumazet2012-04-1524-45/+45
* | | tcp: bind() use stronger condition for bind_conflictAlex Copot2012-04-142-3/+3
* | | tcp: RFC6298 supersedes RFC2988bisEric Dumazet2012-04-141-1/+1
* | | tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-0/+2
* | | rtnetlink: ops->get_tx_queue() cannot take a const 'tb'.David S. Miller2012-04-131-1/+1
* | | neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA2012-04-131-1/+0
* | | udp: intoduce udp_encap_needed static_keyEric Dumazet2012-04-131-0/+1