summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano2008-01-281-1/+1
* [IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano2008-01-282-1/+2
* [IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2008-01-281-2/+2
* [IPV6]: Make fib6_init to return an error code.Daniel Lezcano2008-01-281-1/+1
* [NETLINK]: Mark attribute construction exception unlikelyPatrick McHardy2008-01-282-2/+2
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-281-0/+3
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-283-12/+25
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-281-1/+1
* [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwardingPavel Emelyanov2008-01-281-1/+0Star
* [NET]: Remove the empty net_tablePavel Emelyanov2008-01-281-1/+0Star
* [TR]: Use ctl paths to register net/token-ring/ tablePavel Emelyanov2008-01-281-3/+0Star
* [IPV4]: Use ctl paths to register net/ipv4/ tablePavel Emelyanov2008-01-281-2/+0Star
* [NET]: Isolate the net/core/ sysctl tablePavel Emelyanov2008-01-281-4/+0Star
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-282-9/+11
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-282-30/+34
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-281-2/+1Star
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-281-4/+4
* [NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy2008-01-281-0/+2
* [NETFILTER]: x_tables: add rateest matchPatrick McHardy2008-01-282-0/+34
* [NETFILTER]: x_tables: add RATEEST targetPatrick McHardy2008-01-283-0/+29
* [NETFILTER]: IPv6 capable xt_TOS v1 targetJan Engelhardt2008-01-281-0/+5
* [NETFILTER]: IPv6 capable xt_tos v1 matchJan Engelhardt2008-01-281-0/+6
* [NET]: Constify include/net/dsfield.hJan Engelhardt2008-01-281-3/+3
* [NETFILTER]: ipt_addrtype: limit address type checking to an interfaceLaszlo Attila Toth2008-01-281-0/+14
* [IPV4]: Add inet_dev_addr_type()Laszlo Attila Toth2008-01-281-0/+1
* [NETFILTER]: merge ipt_owner/ip6t_owner in xt_ownerJan Engelhardt2008-01-282-0/+17
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-281-1/+4
* [NETFILTER]: x_tables: add TCPOPTSTRIP targetSven Schnelle2008-01-281-0/+13
* [NET]: netns compilation speedupDenis V. Lunev2008-01-282-2/+3
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-0/+1
* [TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen2008-01-281-1/+34
* [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probeIlpo Järvinen2008-01-281-0/+5
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+2
* mac80211: adding 802.11n configuration flowsRon Rindjunsky2008-01-281-0/+3
* mac80211: adding 802.11n HT framework definitionsRon Rindjunsky2008-01-281-6/+50
* mac80211: make ieee80211_iterate_active_interfaces not need rtnlJohannes Berg2008-01-281-2/+1Star
* [UNIX]: Make the unix sysctl tables per-namespacePavel Emelyanov2008-01-281-0/+3
* [UNIX]: Move the sysctl_unix_max_dgram_qlenPavel Emelyanov2008-01-281-0/+3
* [UNIX]: Extend unix_sysctl_(un)register prototypesPavel Emelyanov2008-01-281-4/+4
* [NET]: Implement the per network namespace sysctl infrastructureEric W. Biederman2008-01-281-0/+9
* sysctl: Infrastructure for per namespace sysctlsEric W. Biederman2008-01-281-1/+16
* sysctl: Remember the ctl_table we passed to register_sysctl_pathsEric W. Biederman2008-01-281-0/+1
* sysctl: Add register_sysctl_paths functionEric W. Biederman2008-01-281-0/+8
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-5/+0Star
* [NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy2008-01-282-21/+29
* [DCCP]: Integrate state transitions for passive-closeGerrit Renker2008-01-281-1/+0Star
* [DCCP]: Dedicated auxiliary states to support passive-closeGerrit Renker2008-01-281-17/+39
* [IPV6]: Add RFC4214 supportFred L. Templin2008-01-284-0/+31
* [NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov2008-01-281-9/+1Star
* [NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov2008-01-281-27/+2Star