aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-03-25[NETFILTER]: nf_conntrack_sip: use strlen/strcmpPatrick McHardy2-12/+12
2008-03-25[NETFILTER]: nf_conntrack_sip: remove redundant function argumentsPatrick McHardy2-38/+35
2008-03-25[NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet manglingPatrick McHardy2-49/+56
2008-03-25[NETFILTER]: nf_conntrack_sip: fix some off-by-onesPatrick McHardy1-8/+8
2008-03-25[NETFILTER]: nf_nat_sip: fix NAT setup orderPatrick McHardy1-6/+6
2008-03-25[NETFILTER]: nf_conntrack: introduce expectation classes and policiesPatrick McHardy12-72/+148
2008-03-25[NETFILTER]: nf_conntrack_expect: support inactive expectationsPatrick McHardy1-4/+21
2008-03-25[NETFILTER]: nf_conntrack_expect: show NF_CT_EXPECT_PERMANENT flag in /procPatrick McHardy1-0/+4
2008-03-25[NETFILTER]: nf_conntrack_expect: constify nf_ct_expect_init argumentsPatrick McHardy1-3/+3
2008-03-25[NETFILTER]: ipt_CLUSTERIP: fix non-existant macro-namePatrick McHardy1-1/+1
2008-03-25Merge branch 'net-2.6.26-netns-20080326' of git://git.linux-ipv6.org/gitroot/...David S. Miller107-446/+451
2008-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-74/+186
2008-03-25mac80211: configure default wmm params correctlyVladimir Koutny1-33/+58
2008-03-25mac80211: prevent tuning during scanningMohamed Abbas2-1/+4
2008-03-25mac80211: tear down of block ack sessionsRon Rindjunsky3-7/+17
2008-03-25mac80211: fixing debug prints for AddBA requestRon Rindjunsky1-4/+4
2008-03-25mac80211: fixing delba debug printRon Rindjunsky1-1/+1
2008-03-25mac80211: filter scan results on unusable channelsJohannes Berg1-0/+6
2008-03-25mac80211: use ieee80211_get_channelJohannes Berg1-25/+4
2008-03-25wireless: add wiphy channel freq to channel struct lookup helperJohannes Berg1-0/+23
2008-03-25mac80211: allows driver to request a Phase 1 RX keyEmmanuel Grumbach3-3/+16
2008-03-25mac80211: get a TKIP phase key from skbEmmanuel Grumbach1-0/+53
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki13-44/+44
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-10/+16
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki10-44/+43
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki64-205/+205
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki68-200/+200
2008-03-25[IPV6]: Support Source Address Selection API (RFC5014).YOSHIFUJI Hideaki8-9/+123
2008-03-25[IPV6]: Optimize hop-limit determination.YOSHIFUJI Hideaki6-27/+17
2008-03-25[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2-14/+12
2008-03-25[IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr().YOSHIFUJI Hideaki1-214/+206
2008-03-25[XFRM] MIP6: Fix address keys for routing search.YOSHIFUJI Hideaki1-9/+40
2008-03-25[XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi().YOSHIFUJI Hideaki1-22/+23
2008-03-25[XFRM] IPV6: Optimize xfrm6_input_addr().YOSHIFUJI Hideaki1-41/+14
2008-03-25[XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki1-97/+74
2008-03-24[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2-0/+4
2008-03-24[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev1-3/+21
2008-03-24[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev1-4/+4
2008-03-24[NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev1-0/+8
2008-03-24[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev4-7/+7
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev5-8/+14
2008-03-24[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev3-4/+4
2008-03-24[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2-8/+10
2008-03-24[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2-4/+5
2008-03-24[NETNS]: /proc/net/arp namespacing.Denis V. Lunev1-2/+18
2008-03-24[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev1-14/+9
2008-03-24[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov1-3/+4
2008-03-24[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2-3/+33
2008-03-24[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov1-3/+11
2008-03-24[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17