aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-15/+19
| * | | | | | | driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-272-2/+3
* | | | | | | | make SysRq-T show all tasks againIngo Molnar2007-04-271-2/+2
* | | | | | | | seqlocks: trivial remove weird whitespaceDaniel Walker2007-04-271-4/+4
* | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds2007-04-271-0/+202
|\ \ \ \ \ \ \ \
| * | | | | | | | UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-271-0/+202
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-04-271-2/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [PATCH] Turn do_sync_file_range() into do_sync_mapping_range()Mark Fasheh2007-04-261-2/+7
| |/ / / / / /
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-0/+6
|\ \ \ \ \ \ \
| * | | | | | | [STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2007-04-261-0/+6
| |/ / / / / /
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-2771-2583/+698
|\ \ \ \ \ \ \
| * | | | | | | [WEXT] net_device: Don't include wext bits if not required.Johannes Berg2007-04-261-1/+2
| * | | | | | | [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-263-2/+67
| * | | | | | | [AF_RXRPC]: Key facility changes for AF_RXRPCDavid Howells2007-04-261-0/+2
| * | | | | | | [WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()Oleg Nesterov2007-04-261-3/+4
| * | | | | | | [NET]: Delete unused header file linux/if_wanpipe_common.hRobert P. J. Day2007-04-261-58/+0
| * | | | | | | [NET]: Delete unused header file linux/sdla_fr.h.Robert P. J. Day2007-04-261-638/+0
| * | | | | | | [XFRM]: Export SAD info.Jamal Hadi Salim2007-04-261-0/+25
| * | | | | | | [BRIDGE]: drop PAUSE framesStephen Hemminger2007-04-251-0/+1
| * | | | | | | [IPV6]: Export in6addr_any for future use.YOSHIFUJI Hideaki2007-04-251-2/+0
| * | | | | | | [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-251-0/+6
| * | | | | | | [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-0/+5
| * | | | | | | [WIRELESS] cfg80211: New wireless config infrastructure.Johannes Berg2007-04-253-0/+43
| * | | | | | | [NET] skbuff: skb_store_bits const is backwardsStephen Hemminger2007-04-251-2/+2
| * | | | | | | [AF_PACKET]: Add option to return orig_dev to userspace.Peter P. Waskiewicz Jr2007-04-251-0/+1
| * | | | | | | [IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki2007-04-251-0/+1
| * | | | | | | [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-252-0/+2
| * | | | | | | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+4
| * | | | | | | [NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer2007-04-251-1/+3
| * | | | | | | [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner2007-04-253-2/+13
| * | | | | | | [DCCP]: Complete documentation of dccp_sockGerrit Renker2007-04-251-11/+10
| * | | | | | | bridge: eliminate call by referenceStephen Hemminger2007-04-251-1/+2
| * | | | | | | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-5/+11
| * | | | | | | [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-2/+7
| * | | | | | | [IPV6] FIB6RULE: Find source address during looking up route.YOSHIFUJI Hideaki2007-04-251-4/+7
| * | | | | | | [NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells2007-04-251-0/+6
| * | | | | | | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-0/+15
| * | | | | | | [NET]: Inline net_device_statsRusty Russell2007-04-251-0/+2
| * | | | | | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-0/+14
| * | | | | | | [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu2007-04-251-0/+7
| * | | | | | | [NET] fib_rules: Add no-operation actionThomas Graf2007-04-251-1/+1
| * | | | | | | [NET] fib_rules: Mark rules detached from the deviceThomas Graf2007-04-251-0/+1
| * | | | | | | [NET] fib_rules: goto rule actionThomas Graf2007-04-251-2/+3
| * | | | | | | [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai2007-04-252-2/+3
| * | | | | | | [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai2007-04-252-21/+14
| * | | | | | | [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-251-1/+1
| * | | | | | | [RTNL]: Message handler registration interfaceThomas Graf2007-04-251-7/+0
| * | | | | | | [DCCP]: Sample RTT from SYN exchangeGerrit Renker2007-04-251-0/+2
| * | | | | | | [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END}Arnaldo Carvalho de Melo2007-04-251-12/+0
| * | | | | | | [SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo2007-04-251-1/+0