aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-11net: fix dummy 'nf_conntrack_event_cache()'Linus Torvalds1-1/+1
2008-10-09nf_conntrack_ecache.h: Fix missing bracesGuo-Fu Tseng1-0/+1
2008-10-09inet: Make tunnel RX/TX byte counters more consistentHerbert Xu1-1/+1
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+1
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+2
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+34
2008-10-08sctp: shrink sctp_tsnmap some more by removing gabs arrayVlad Yasevich1-11/+3
2008-10-08sctp: Rework the tsn map to use generic bitmap.Vlad Yasevich3-32/+12
2008-10-08inet: cleanup of local_port_rangeEric Dumazet1-0/+4
2008-10-08ipv6: making ip and icmp statistics per/namespaceDenis V. Lunev2-8/+5
2008-10-08ipv6: added net argument to _DEVINC/_DEVADDDenis V. Lunev1-19/+21
2008-10-08ipv6: added net argument to ICMP6MSGIN_INC_STATS_BHDenis V. Lunev1-2/+2
2008-10-08ipv6: ICMP6MSGIN_INC_STATS is not usedDenis V. Lunev1-2/+0
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BHDenis V. Lunev1-2/+2
2008-10-08ipv6: added net argument to ICMP6MSGOUT_INC_STATSDenis V. Lunev1-2/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to ICMP6_INC_STATSDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to IP6_ADD_STATS_BHDenis V. Lunev1-1/+2
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev1-1/+2
2008-10-08netns: add net parameter to IP6_INC_STATSDenis V. Lunev1-1/+2
2008-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller13-56/+159
2008-10-08netfilter: iptables tproxy coreKOVACS Krisztian1-0/+32
2008-10-08netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian1-0/+6
2008-10-08netfilter: netns nat: per-netns bysource hashAlexey Dobriyan1-0/+2
2008-10-08netfilter: netns nat: per-netns NAT tableAlexey Dobriyan1-0/+1
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack accountingAlexey Dobriyan2-5/+7
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctlAlexey Dobriyan2-8/+8
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctlAlexey Dobriyan2-1/+1
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctlAlexey Dobriyan1-0/+4
2008-10-08netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan2-4/+5
2008-10-08netfilter: netns nf_conntrack: per-netns event cacheAlexey Dobriyan2-6/+21
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skbAlexey Dobriyan1-3/+1
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan1-1/+2
2008-10-08netfilter: netns nf_conntrack: per-netns unconfirmed listAlexey Dobriyan2-1/+2
2008-10-08netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2-6/+17
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan3-5/+6
2008-10-08netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2-1/+3
2008-10-08netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netnsAlexey Dobriyan1-2/+16
2008-10-08netfilter: netns nf_conntrack: add netns boilerplateAlexey Dobriyan3-2/+14
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt5-11/+11
2008-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-6/+27
2008-10-07netns: make uplitev6 mib per/namespaceDenis V. Lunev2-7/+5
2008-10-07netns: make udpv6 mib per/namespaceDenis V. Lunev2-6/+7
2008-10-07netns: move /proc/net/dev_snmp6 to struct netDenis V. Lunev1-0/+4
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra2-1/+6
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian3-7/+27
2008-10-07inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2-0/+25
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau1-4/+25
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau1-2/+2