aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan6-19/+19
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 Engelhardt4-23/+25
2008-10-08netfilter: xt_recent: IPv6 supportJan Engelhardt2-54/+253
2008-10-08netfilter: rename ipt_recent to xt_recentJan Engelhardt5-32/+31
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt28-82/+86
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev3-9/+10
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev3-9/+6
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. Lunev1-9/+11
2008-10-07tcp: cleanup messy initializerIlpo Järvinen1-2/+2
2008-10-07tcp: kill pointless urg_modeIlpo Järvinen4-14/+20
2008-10-07net: packet split receive apiPeter Zijlstra1-0/+20
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra3-4/+4
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 Krisztian2-6/+14
2008-10-07inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2-4/+24
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo4-14/+6
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 Poplawski1-5/+17
2008-10-05xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard4-33/+120
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont4-16/+502
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2-19/+50
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont3-1/+914
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont1-0/+97
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
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 Yasevich3-10/+21
2008-10-01sctp: reduce memory footprint of sctp_chunk structureNeil Horman3-9/+9
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 Krisztian1-0/+7
2008-10-01tcp: Port redirection support for TCPKOVACS Krisztian3-1/+4
2008-10-01ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian4-1/+9
2008-10-01tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian1-3/+9
2008-10-01ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2-0/+2
2008-10-01ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila1-1/+1
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2-1/+15