summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netpoll retry cleanupStephen Hemminger2006-12-031-1/+0Star
* netpoll per device txqStephen Hemminger2006-12-031-0/+2
* netpoll info leakStephen Hemminger2006-12-031-0/+1
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-031-1/+17
* [DCCP]: Make feature negotiation more readableGerrit Renker2006-12-031-11/+14
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-032-1/+5
* [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-034-141/+2Star
* [DCCP]: Add sysctls to control retransmission behaviourGerrit Renker2006-12-031-0/+3
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-033-4/+7
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-031-0/+7
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-032-3/+19
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-031-0/+5
* [DCCP]: Combine allocating & zeroing header space on skbGerrit Renker2006-12-031-0/+7
* [TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2006-12-033-3/+4
* [TCP]: Restrict congestion control choices.Stephen Hemminger2006-12-032-0/+4
* [TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2006-12-032-0/+5
* [SCTP]: Fix warningVlad Yasevich2006-12-031-1/+1
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-032-5/+4Star
* [NET] rules: Add support to invert selectorsThomas Graf2006-12-031-0/+1
* [NET] rules: Share common attribute validation policyThomas Graf2006-12-031-0/+7
* [NET] rules: Protocol independant mark selectorThomas Graf2006-12-032-1/+3
* [IPV4] nl_fib_lookup: Rename fl_fwmark to fl_markThomas Graf2006-12-031-1/+1
* [NET]: Rethink mark field in struct flowiThomas Graf2006-12-032-9/+2Star
* [NET]: Turn nfmark into generic markThomas Graf2006-12-031-2/+2
* [XFRM]: uninline xfrm_selector_match()Andrew Morton2006-12-031-34/+2Star
* [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-031-1/+7
* SELinux: Fix SA selection semanticsVenkat Yekkirala2006-12-031-19/+0Star
* SELinux: Return correct context for SO_PEERSECVenkat Yekkirala2006-12-032-1/+16
* SELinux: Various xfrm labeling fixesVenkat Yekkirala2006-12-031-11/+10Star
* [BLUETOOTH]: rfcomm endianness annotationsAl Viro2006-12-031-2/+2
* [IPV6]: ip6_output annotationsAl Viro2006-12-031-1/+1
* [NETFILTER]: trivial annotationsAl Viro2006-12-036-18/+20
* [AF_PACKET]: annotateAl Viro2006-12-031-2/+4
* [LLC]: anotationsAl Viro2006-12-031-5/+5
* [IPV6]: annotate inet6_csk_search_req()Al Viro2006-12-031-1/+1
* [IPV6]: flowlabels are net-endianAl Viro2006-12-035-7/+7
* [INET]: annotate inet_ecn.hAl Viro2006-12-031-2/+2
* [NET]: annotate dsfield.hAl Viro2006-12-031-3/+3
* [XFRM]: annotate ->new_mapping()Al Viro2006-12-031-2/+2
* [AF_KEY]: annotateAl Viro2006-12-031-2/+2
* [IPV4]: encapsulation annotationsAl Viro2006-12-032-6/+6
* [IPV6]: annotate struct frag_hdrAl Viro2006-12-031-4/+4
* [IPV6]: annotate icmpv6 headersAl Viro2006-12-031-6/+6
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-033-4/+3Star
* [XFRM]: misc annotationsAl Viro2006-12-031-3/+3
* [IPV6]: annotate inet6_hashtablesAl Viro2006-12-031-8/+8
* [NET]: ipconfig and nfsroot annotationsAl Viro2006-12-032-5/+5
* [TIPC]: endianness annotationsAl Viro2006-12-033-18/+18
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-035-8/+38
|\
| * [PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming2006-12-021-6/+20