aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Uninline tcp_is_cwnd_limitedIlpo Järvinen2008-01-281-21/+1
* [TCP]: Uninline tcp_set_stateIlpo Järvinen2008-01-281-34/+1
* [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace awareDaniel Lezcano2008-01-281-1/+2
* [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace awareDaniel Lezcano2008-01-281-3/+5
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-281-1/+3
* [NEIGH]: Add a comment describing what a NUD stands for.Pavel Emelyanov2008-01-281-0/+4
* [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().David S. Miller2008-01-281-0/+8
* [NETNS]: Create ipv6 devconf-s for namespacesPavel Emelyanov2008-01-281-0/+2
* [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semanticsDenis V. Lunev2008-01-281-1/+1
* [NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Provide correct namespace for fibnl netlink socket.Denis V. Lunev2008-01-281-0/+2
* [NETNS]: Place fib tables into netns.Denis V. Lunev2008-01-282-4/+4
* [NETNS]: Namespacing IPv4 fib rules.Denis V. Lunev2008-01-281-0/+5
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-281-0/+1
* [NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman2008-01-281-2/+2
* [NETNS]: Add netns parameter to fib_get_table/fib_new_table.Denis V. Lunev2008-01-281-8/+8
* [IPV4]: Unify access to the routing tables.Denis V. Lunev2008-01-281-11/+28
* [NETNS]: Refactor fib initialization so it can handle multiple namespaces.Denis V. Lunev2008-01-281-1/+2
* [IPV4]: Check fib4_rules_init failure.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Add namespace to API for routing /proc entries creation.Denis V. Lunev2008-01-281-2/+2
* [NETNS]: Namespacing in the generic fib rules code.Denis V. Lunev2008-01-281-0/+4
* [NETNS]: Pass fib_rules_ops into default_pref method.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Add netns parameter to fib_rules_(un)register.Denis V. Lunev2008-01-281-2/+2
* [NETNS][IPV6]: Make icmpv6_time sysctl per namespace.Daniel Lezcano2008-01-281-0/+1
* [NETNS][IPV6]: Make sysctls route per namespace.Daniel Lezcano2008-01-282-2/+8
* [NETNS][IPV6]: Make ip6_frags per namespace.Daniel Lezcano2008-01-282-3/+3
* [NETNS][IPV6]: Make bindv6only sysctl per namespace.Daniel Lezcano2008-01-282-1/+1
* [NETNS][IPV6]: Make multiple instance of sysctl tables.Daniel Lezcano2008-01-282-2/+11
* [NETNS][IPV6]: Add ipv6 structure for netns.Daniel Lezcano2008-01-282-0/+14
* [NETNS][IPV6]: Make ipv6_sysctl_register to return a value.Daniel Lezcano2008-01-281-1/+1
* [NETFILTER]: Use the ctl paths instead of hand-made analoguePavel Emelyanov2008-01-281-1/+1
* [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov2008-01-282-0/+4
* [IPVS]: Switch to using ctl_paths.Pavel Emelyanov2008-01-281-0/+3
* mac80211: Add radio led triggerIvo van Doorn2008-01-281-0/+29
* mac80211: A-MPDU Rx add low level driver APIRon Rindjunsky2008-01-281-0/+21
* [NET]: Remove unused member of dst_entryRami Rosen2008-01-281-1/+0
* [XFRM] xfrm_policy_destroy: Rename and relative fixes.WANG Cong2008-01-281-2/+2
* [NETNS]: Should build with CONFIG_SYSCTL=nEric Dumazet2008-01-281-0/+2
* [NET]: prot_inuse cleanups and optimizationsEric Dumazet2008-01-283-12/+32
* [IPVS]: Remove declaration of unimplemented method and remove unused definiti...Rami Rosen2008-01-281-2/+0
* [IPV4]: Remove three declarations of unimplemented methods and correct a typo...Rami Rosen2008-01-281-4/+1
* [IPSEC]: Kill duplicate xfrm_policy_flush prototypeHerbert Xu2008-01-281-1/+0
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-281-4/+0
* [TCP]: Introduce tcp_wnd_end() to reduce line lengthsIlpo Järvinen2008-01-281-0/+6
* [IPV4]: Remove unused multipath cached routing defintion in net/flow.hRami Rosen2008-01-281-1/+0
* [UDP]: Add memory accounting.Hideo Aoki2008-01-281-0/+9
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-283-45/+60
* [NEIGH]: Remove unused method from include/net/neighbour.hRami Rosen2008-01-281-4/+0
* [IPV4]: Remove unused define in include/net/arp.h (HAVE_ARP_CREATE)Rami Rosen2008-01-281-1/+0
* [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()Eric Dumazet2008-01-281-1/+2