aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy1-6/+8
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy1-0/+32
2008-01-28[NETFILTER]: x_tables: add RATEEST targetPatrick McHardy1-0/+17
2008-01-28[NET]: Constify include/net/dsfield.hJan Engelhardt1-3/+3
2008-01-28[IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth1-0/+1
2008-01-28[NET]: netns compilation speedupDenis V. Lunev2-2/+3
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu1-0/+1
2008-01-28[TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen1-1/+34
2008-01-28[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probeIlpo Järvinen1-0/+5
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen1-2/+2
2008-01-28mac80211: adding 802.11n configuration flowsRon Rindjunsky1-0/+3
2008-01-28mac80211: adding 802.11n HT framework definitionsRon Rindjunsky1-6/+50
2008-01-28mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg1-2/+1
2008-01-28[UNIX]: Make the unix sysctl tables per-namespacePavel Emelyanov1-0/+3
2008-01-28[UNIX]: Move the sysctl_unix_max_dgram_qlenPavel Emelyanov1-0/+3
2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov1-4/+4
2008-01-28[NET]: Implement the per network namespace sysctl infrastructureEric W. Biederman1-0/+9
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy1-0/+25
2008-01-28[IPV6]: Add RFC4214 supportFred L. Templin1-0/+19
2008-01-28[NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov1-9/+1
2008-01-28[NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov1-27/+2
2008-01-28[TCP]: Move FRTO checks out from write queue abstraction funcsIlpo Järvinen1-5/+0
2008-01-28[NET] proto: Use pcounters for the inuse fieldArnaldo Carvalho de Melo1-51/+8
2008-01-28mac80211: provide interface iterator for driversJohannes Berg1-0/+16
2008-01-28[RAW]: Consolidate proc interface.Pavel Emelyanov1-0/+14
2008-01-28[RAW]: Consolidate proto->unhash callbackPavel Emelyanov1-0/+1
2008-01-28[RAW]: Consolidate proto->hash callbackPavel Emelyanov1-0/+2
2008-01-28[RAW]: Introduce raw_hashinfo structurePavel Emelyanov1-0/+7
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov1-16/+3
2008-01-28[IPv4] RAW: Compact the API for the kernelPavel Emelyanov1-16/+3
2008-01-28[NET]: Make AF_PACKET handle multiple network namespacesDenis V. Lunev1-0/+4
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-0/+3
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen1-1/+0
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen1-0/+10
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov1-8/+0
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-1/+1
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki1-0/+8
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller1-1/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+2
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu1-0/+1
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu1-1/+0
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu1-1/+1
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu1-0/+22
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-0/+1
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu2-0/+2
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu1-0/+3
2008-01-28[IPV4]: Add ip_local_outHerbert Xu2-3/+4
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu1-0/+27
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu1-1/+50
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu1-4/+4