aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-25[NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy2-0/+4
2008-03-25[NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy2-10/+52
2008-03-25[NETFILTER]: nf_conntrack_sip: support multiple media channelsPatrick McHardy1-31/+90
2008-03-25[NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy2-64/+199
2008-03-25[NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy2-36/+64
2008-03-25[NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source addressPatrick McHardy1-4/+41
2008-03-25[NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy2-32/+311
2008-03-25[NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy1-4/+15
2008-03-25[NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy1-1/+73
2008-03-25[NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpersPatrick McHardy1-0/+58
2008-03-25[NETFILTER]: nf_conntrack_sip: flush expectations on call terminationPatrick McHardy1-4/+48
2008-03-25[NETFILTER]: nf_conntrack_sip: process ACK and PRACK methodsPatrick McHardy1-0/+13
2008-03-25[NETFILTER]: nf_conntrack_sip: perform NAT after parsingPatrick McHardy2-11/+11
2008-03-25[NETFILTER]: nf_conntrack_sip: support method specific request/response handlingPatrick McHardy1-10/+97
2008-03-25[NETFILTER]: nf_conntrack_sip: move SDP parsing to seperate functionPatrick McHardy1-41/+43
2008-03-25[NETFILTER]: nf_nat_sip: get rid of text based header translationPatrick McHardy2-67/+60
2008-03-25[NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helperPatrick McHardy1-0/+107
2008-03-25[NETFILTER]: nf_conntrack_sip: parse SIP headers properlyPatrick McHardy2-153/+136
2008-03-25[NETFILTER]: nf_conntrack_sip: kill request URI "header" definitionsPatrick McHardy2-36/+74
2008-03-25[NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing functionPatrick McHardy2-102/+126
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/yoshfuji/linux-2.6-devDavid S. Miller107-446/+451
2008-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26David 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