aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu2008-10-111-1/+1
* ipvs: Add proper dependencies on IP_VS, and fix description header line.David S. Miller2008-10-111-2/+2
* af_key: fix SADB_X_SPDDELETE responseTobias Brunner2008-10-101-0/+1
* gre: minor cleanups in netlink interfacePatrick McHardy2008-10-101-8/+8
* gre: fix copy and paste errorPatrick McHardy2008-10-101-2/+2
* tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng2008-10-091-5/+1
* udp: complete port availability checkingEric Dumazet2008-10-091-24/+19
* tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen2008-10-091-99/+40
* tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen2008-10-091-6/+6
* tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen2008-10-091-4/+3
* tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen2008-10-092-4/+4
* sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich2008-10-091-0/+3
* sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich2008-10-091-6/+3
* sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun2008-10-091-1/+1
* inet: Make tunnel RX/TX byte counters more consistentHerbert Xu2008-10-091-2/+5
* gre: Add Transparent Ethernet BridgingHerbert Xu2008-10-091-32/+174
* gre: Add netlink interfaceHerbert Xu2008-10-091-4/+243
* gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu2008-10-091-5/+11
* gre: Use needed_headroomHerbert Xu2008-10-091-7/+8
* dsa: Need to select PHYLIB.David S. Miller2008-10-081-0/+1
* dsa: add support for the Marvell 88E6060 switch chipLennert Buytenhek2008-10-083-0/+295
* dsa: add support for Trailer tagging formatLennert Buytenhek2008-10-087-0/+152
* dsa: add support for the Marvell 88E6131 switch chipLennert Buytenhek2008-10-085-0/+555
* dsa: add support for original DSA tagging formatLennert Buytenhek2008-10-088-7/+244
* net: Distributed Switch Architecture protocol supportLennert Buytenhek2008-10-0811-0/+1893
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-087-34/+33
|\
| * tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera2008-10-071-1/+5
| * net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
| * tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
| * net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
| * netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski2008-10-061-1/+1
| * ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller2008-10-061-0/+3
| * Revert "ax25: Fix std timer socket destroy handling."David S. Miller2008-10-061-3/+5
* | ipvs: Remove stray file left over from ipvs moveSven Wegener2008-10-081-261/+0
* | tcpv6: fix option space offsets with md5Ilpo Järvinen2008-10-081-1/+1
* | Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2008-10-0829-5/+272
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...Simon Horman2008-10-0688-1180/+4637
| |\ \
| * | | IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-0629-3/+266
| * | | ipvs: Fix unused label warningSven Wegener2008-09-211-0/+2
| * | | ipvs: Restrict sync message to 255 connectionsSven Wegener2008-09-211-2/+4
* | | | sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich2008-10-082-9/+12
* | | | sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich2008-10-085-192/+166
* | | | inet: cleanup of local_port_rangeEric Dumazet2008-10-082-20/+19
* | | | udp: Improve port randomizationEric Dumazet2008-10-081-44/+12
* | | | pkt_sched: Update qdisc requeue stats in dev_requeue_skb()Jarek Poplawski2008-10-081-0/+1
* | | | tcp: fix length used for checksum in a resetIlpo Järvinen2008-10-082-3/+3
* | | | ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibsDenis V. Lunev2008-10-081-17/+0
* | | | ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev2008-10-082-23/+23
* | | | ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev2008-10-081-1/+1
* | | | ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev2008-10-082-2/+2