summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko2008-03-281-0/+4
* [IPV6] NEIGH: Optimize is_router check.YOSHIFUJI Hideaki2008-03-281-11/+11
* [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki2008-03-281-32/+29
* [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki2008-03-281-29/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-2733-103/+180
|\
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-2711-59/+30
| * [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-272-2/+2
| * [IPSEC]: Fix BEET outputHerbert Xu2008-03-264-6/+10
| * [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov2008-03-261-3/+3
| * [AX25]: Remove obsolete references to BKL from TODO file.Robert P. J. Day2008-03-261-4/+0
| * [NET]: Fix multicast device ioctl checksPatrick McHardy2008-03-261-2/+2
| * [IRDA]: Store irnet_socket termios properly.David S. Miller2008-03-261-1/+1
| * [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy2008-03-261-1/+1
| * [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-249-21/+90
| * [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-242-4/+41
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-03-279-130/+185
|\ \
| * | mac80211: reorder fields to make some structures smallerJohannes Berg2008-03-272-27/+31
| * | mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky2008-03-276-99/+150
| * | cfg80211: don't export ieee80211_get_channelJohannes Berg2008-03-271-3/+3
| * | mac80211: fix wrong Rx A-MPDU control via debugfsRon Rindjunsky2008-03-272-2/+5
| * | mac80211: silently accept deletion of non-existant keyJohn W. Linville2008-03-271-3/+0
* | | [SCTP]: Remove sctp_add_cmd_sf wrapper bloatIlpo Järvinen2008-03-272-14/+4
* | | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-271-0/+16
* | | [NET]: uninline dst_releaseIlpo Järvinen2008-03-271-0/+10
* | | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-271-0/+19
* | | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-271-0/+18
* | | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-271-0/+16
* | | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-271-0/+21
|/ /
* | [NETNS][IPV6] flowlabels - make proc per namespaceBenjamin Thery2008-03-261-16/+23
* | [NETNS][IPV6] flowlabels - make flowlabels per namespaceBenjamin Thery2008-03-261-16/+56
* | [NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano2008-03-263-23/+29
* | [IPV6]: Fix potential net leak and oops in ipv6 routing code.Pavel Emelyanov2008-03-261-2/+20
* | [TIPC]: Cosmetic cleanup of TIPC polling logicAllan Stephens2008-03-261-42/+36
* | [VLAN]: Reduce memory consumed by vlan_groupsPavel Emelyanov2008-03-261-13/+23
* | [NETNS][ICMP]: Build fix for NET_NS=n case (dev->nd_net is omitted).Pavel Emelyanov2008-03-261-2/+2
* | [NETNS][ICMP]: Use per-net sysctls in ipv4/icmp.c.Pavel Emelyanov2008-03-261-9/+16
* | [NETNS][ICMP]: Make ctl tables for ICMP sysctls per-net.Pavel Emelyanov2008-03-261-48/+90
* | [NETNS][ICMP]: Move ICMP sysctls on struct net.Pavel Emelyanov2008-03-262-35/+37
* | [NETNS][ICMP]: Register pernet subsys to make ICMP sysctls per-net.Pavel Emelyanov2008-03-261-1/+23
* | [NETFILTER]: nf_conntrack_sip: update copyrightPatrick McHardy2008-03-252-0/+4
* | [NETFILTER]: nf_conntrack_sip: RTP routing optimizationPatrick McHardy2008-03-252-10/+52
* | [NETFILTER]: nf_conntrack_sip: support multiple media channelsPatrick McHardy2008-03-251-31/+90
* | [NETFILTER]: nf_nat_sip: split up SDP manglingPatrick McHardy2008-03-252-64/+199
* | [NETFILTER]: nf_conntrack_sip: create RTCP expectationsPatrick McHardy2008-03-252-36/+64
* | [NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source ...Patrick McHardy2008-03-251-4/+41
* | [NETFILTER]: nf_conntrack_sip: create signalling expectationsPatrick McHardy2008-03-252-32/+311
* | [NETFILTER]: nf_nat_sip: translate all Contact headersPatrick McHardy2008-03-251-4/+15
* | [NETFILTER]: nf_nat_sip: translate all Via headersPatrick McHardy2008-03-251-1/+73
* | [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing hel...Patrick McHardy2008-03-251-0/+58
* | [NETFILTER]: nf_conntrack_sip: flush expectations on call terminationPatrick McHardy2008-03-251-4/+48
OpenPOWER on IntegriCloud