aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-0874-223/+225
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-084-23/+25
* netfilter: xt_recent: IPv6 supportJan Engelhardt2008-10-082-54/+253
* netfilter: rename ipt_recent to xt_recentJan Engelhardt2008-10-085-32/+31
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-0828-82/+86
* netns: make uplitev6 mib per/namespaceDenis V. Lunev2008-10-073-9/+10
* netns: make udpv6 mib per/namespaceDenis V. Lunev2008-10-073-9/+6
* netns: add stub functions for per/namespace mibs allocationDenis V. Lunev2008-10-071-2/+16
* netns: allow per device ipv6 snmp statistics in non-initial namespaceDenis V. Lunev2008-10-071-3/+0
* netns: register global ipv6 mibs statistics in each namespaceDenis V. Lunev2008-10-071-2/+4
* ipv6: separate seq_ops for global & per/device ipv6 statisticsDenis V. Lunev2008-10-071-16/+32
* ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.cDenis V. Lunev2008-10-071-13/+13
* netns: register /proc/net/dev_snmp6/* in each nsDenis V. Lunev2008-10-071-24/+16
* netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev2008-10-071-9/+11
* tcp: cleanup messy initializerIlpo Järvinen2008-10-071-2/+2
* tcp: kill pointless urg_modeIlpo Järvinen2008-10-074-14/+20
* net: packet split receive apiPeter Zijlstra2008-10-071-0/+20
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-073-4/+4
* ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()Peter Zijlstra2008-10-072-8/+9
* ipv6: clean up ip6_route_net_init() error handlingPeter Zijlstra2008-10-071-9/+10
* inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-072-6/+14
* inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2008-10-072-4/+24
* inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-074-14/+6
* tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller2008-10-061-4/+8
* pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski2008-10-061-16/+5
* pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2008-10-061-5/+17
* xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard2008-10-054-33/+120
* Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-054-16/+502
* Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-052-19/+50
* Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont2008-10-053-1/+914
* Phonet: connected sockets glueRémi Denis-Courmont2008-10-051-0/+97
* Phonet: modules auto-loading supportRémi Denis-Courmont2008-10-051-3/+9
* sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich2008-10-011-1/+1
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-012-34/+46
* sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun2008-10-011-2/+8
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-012-18/+8
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-013-10/+21
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-013-9/+9
* sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich2008-10-011-2/+0
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-011-15/+19
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-011-9/+12
* udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-011-0/+7
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-013-1/+4
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-014-1/+9
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-011-3/+9
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-012-0/+2
* ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-011-1/+1
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-012-1/+15
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-7/+13
* net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu2008-10-011-0/+2