aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt14-269/+124
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt74-223/+225
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt5-25/+37
2008-10-08netfilter: xt_recent: IPv6 supportJan Engelhardt3-54/+256
2008-10-08netfilter: rename ipt_recent to xt_recentJan Engelhardt8-49/+69
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt35-121/+127
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev5-16/+15
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev5-15/+13
2008-10-07netns: add stub functions for per/namespace mibs allocationDenis V. Lunev1-2/+16
2008-10-07netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev1-3/+0
2008-10-07netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev1-2/+4
2008-10-07ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev1-16/+32
2008-10-07ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.cDenis V. Lunev1-13/+13
2008-10-07netns: register /proc/net/dev_snmp6/* in each nsDenis V. Lunev1-24/+16
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev2-9/+15
2008-10-07tcp: cleanup messy initializerIlpo Järvinen1-2/+2
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen5-19/+24
2008-10-07net: packet split receive apiPeter Zijlstra2-0/+43
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra5-5/+10
2008-10-07ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra2-8/+9
2008-10-07ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra1-9/+10
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian5-13/+41
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2-4/+24
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo6-14/+31
2008-10-06tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller1-4/+8
2008-10-06pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski1-16/+5
2008-10-06pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2-5/+18
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard7-37/+154
2008-10-05Phonet: pipe end-point protocol documentationRémi Denis-Courmont1-0/+54
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont8-16/+550
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont3-19/+52
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont5-2/+1031
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont2-0/+140
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
2008-10-05netdrv: Fix unregister_netdev typosHerbert Xu2-2/+2
2008-10-01sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich1-1/+1
2008-10-01sctp: enable cookie-echo retransmission transport switchVlad Yasevich2-34/+46
2008-10-01sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun1-2/+8
2008-10-01sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2-18/+8
2008-10-01sctp: try harder to figure out address family when checking wildcardsVlad Yasevich4-11/+22
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman4-23/+26
2008-10-01sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich1-2/+0
2008-10-01sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich1-15/+19
2008-10-01sctp: Only mark chunks as missing when there are gapsVlad Yasevich1-9/+12
2008-10-01udp: Export UDP socket lookup functionKOVACS Krisztian2-0/+11
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian5-2/+6
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian5-1/+15
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian3-4/+19
2008-10-01ipv4: Conditionally enable transparent flow flag when connectingKOVACS Krisztian1-1/+5
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian5-7/+8