summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2008-01-28[IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.Eric W. Biederman-3/+0
2008-01-28[IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano-1/+1
2008-01-28[IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano-1/+2
2008-01-28[IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano-2/+2
2008-01-28[IPV6]: Make fib6_init to return an error code.Daniel Lezcano-1/+1
2008-01-28[NETLINK]: Mark attribute construction exception unlikelyPatrick McHardy-1/+1
2008-01-28[UDP]: Restore missing inDatagrams incrementsHerbert Xu-12/+25
2008-01-28[IPV4]: Use ctl paths to register net/ipv4/ tablePavel Emelyanov-2/+0
2008-01-28[NET]: Isolate the net/core/ sysctl tablePavel Emelyanov-4/+0
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy-6/+8
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy-0/+32
2008-01-28[NETFILTER]: x_tables: add RATEEST targetPatrick McHardy-0/+17
2008-01-28[NET]: Constify include/net/dsfield.hJan Engelhardt-3/+3
2008-01-28[IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth-0/+1
2008-01-28[NET]: netns compilation speedupDenis V. Lunev-2/+3
2008-01-28[IPSEC]: Use the correct family for input state lookupHerbert Xu-0/+1
2008-01-28[TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen-1/+34
2008-01-28[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probeIlpo Järvinen-0/+5
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen-2/+2
2008-01-28mac80211: adding 802.11n configuration flowsRon Rindjunsky-0/+3
2008-01-28mac80211: adding 802.11n HT framework definitionsRon Rindjunsky-6/+50
2008-01-28mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg-2/+1
2008-01-28[UNIX]: Make the unix sysctl tables per-namespacePavel Emelyanov-0/+3
2008-01-28[UNIX]: Move the sysctl_unix_max_dgram_qlenPavel Emelyanov-0/+3
2008-01-28[UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov-4/+4
2008-01-28[NET]: Implement the per network namespace sysctl infrastructureEric W. Biederman-0/+9
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy-0/+25
2008-01-28[IPV6]: Add RFC4214 supportFred L. Templin-0/+19
2008-01-28[NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov-9/+1
2008-01-28[NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov-27/+2
2008-01-28[TCP]: Move FRTO checks out from write queue abstraction funcsIlpo Järvinen-5/+0
2008-01-28[NET] proto: Use pcounters for the inuse fieldArnaldo Carvalho de Melo-51/+8
2008-01-28mac80211: provide interface iterator for driversJohannes Berg-0/+16
2008-01-28[RAW]: Consolidate proc interface.Pavel Emelyanov-0/+14
2008-01-28[RAW]: Consolidate proto->unhash callbackPavel Emelyanov-0/+1
2008-01-28[RAW]: Consolidate proto->hash callbackPavel Emelyanov-0/+2
2008-01-28[RAW]: Introduce raw_hashinfo structurePavel Emelyanov-0/+7
2008-01-28[IPv6] RAW: Compact the API for the kernelPavel Emelyanov-16/+3
2008-01-28[IPv4] RAW: Compact the API for the kernelPavel Emelyanov-16/+3
2008-01-28[NET]: Make AF_PACKET handle multiple network namespacesDenis V. Lunev-0/+4
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev-0/+3
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen-1/+0
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen-0/+10
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov-8/+0
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet-1/+1
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki-0/+8
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller-1/+0
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy-1/+2
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu-0/+1
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu-1/+0