summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-201-31/+21
| * | | | | | | [NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy2006-03-201-10/+14
| * | | | | | | [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-2/+0
| * | | | | | | [IPSEC]: Sync series - policy expiresJamal Hadi Salim2006-03-201-1/+1
| * | | | | | | [IPSEC]: Sync series - SA expiresJamal Hadi Salim2006-03-201-0/+3
| * | | | | | | [IPSEC]: Sync series - acquire insertJamal Hadi Salim2006-03-201-1/+1
| * | | | | | | [IPSEC]: Sync series - core changesJamal Hadi Salim2006-03-203-1/+75
| * | | | | | | [NETLINK]: Add netlink_has_listeners for avoiding unneccessary event message ...Patrick McHardy2006-03-201-0/+1
| * | | | | | | [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-201-0/+1
| * | | | | | | [NETFILTER]: x_tables: replace IPv4/IPv6 policy match by address family indep...Patrick McHardy2006-03-204-106/+94
| * | | | | | | [NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy2006-03-201-0/+12
| * | | | | | | [NETFILTER]: x_tables: pass registered match/target data to match/target func...Patrick McHardy2006-03-201-2/+8
| * | | | | | | [NETFILTER]: xt_tables: add centralized error checkingPatrick McHardy2006-03-201-4/+19
| * | | | | | | [DCCP]: Set the default CCID according to kernel config selectionIan McDonald2006-03-201-1/+10
| * | | | | | | [NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte2006-03-201-22/+34
| * | | | | | | [TCP]: MTU probingJohn Heffner2006-03-203-0/+24
| * | | | | | | [TG3]: Add support for 5714S and 5715SMichael Chan2006-03-201-0/+2
| * | | | | | | [DCCP]: Initial feature negotiation implementationAndrea Bittau2006-03-201-1/+34
| * | | | | | | [DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau2006-03-201-3/+5
| * | | | | | | [LIST]: Introduce list_for_each_entry_fromArnaldo Carvalho de Melo2006-03-201-0/+11
| * | | | | | | [LIST]: Introduce list_for_each_entry_safe_fromArnaldo Carvalho de Melo2006-03-201-0/+13
| * | | | | | | [NETFILTER] nfnetlink_log: add sequence numbers for log eventsHarald Welte2006-03-201-0/+6
| * | | | | | | [NETFILTER] NAT sequence adjustment: Save eight bytes per conntrackHarald Welte2006-03-201-1/+1
| * | | | | | | [NET]: Reduce size of struct sk_buff on 64 bit architecturesPatrick McHardy2006-03-201-1/+1
| * | | | | | | [NET] core: add RFC2863 operstateStefan Rompf2006-03-203-5/+58
| * | | | | | | [IPV6]: ROUTE: Add accept_ra_rt_info_max_plen sysctl.YOSHIFUJI Hideaki2006-03-202-0/+5
| * | | | | | | [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...YOSHIFUJI Hideaki2006-03-203-0/+25
| * | | | | | | [IPV6]: ROUTE: Add router_probe_interval sysctl.YOSHIFUJI Hideaki2006-03-202-0/+3
| * | | | | | | [IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl.YOSHIFUJI Hideaki2006-03-202-0/+5
| * | | | | | | [IPV6]: ROUTE: Add support for Router Preference (RFC4191).YOSHIFUJI Hideaki2006-03-203-3/+19
| * | | | | | | [IPV6]: ROUTE: Eliminate lock for default route pointer.YOSHIFUJI Hideaki2006-03-201-2/+0
| * | | | | | | [IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl.YOSHIFUJI Hideaki2006-03-202-0/+3
| * | | | | | | [IPV6]: ROUTE: Add accept_ra_defrtr sysctl.YOSHIFUJI Hideaki2006-03-202-0/+3
| * | | | | | | [IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.YOSHIFUJI Hideaki2006-03-201-3/+0
| |/ / / / / /
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-03-214-4/+36
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] USB: gadget driver section fixupsDavid Brownell2006-03-201-2/+5
| * | | | | | | [PATCH] USB: EHCI for AU1200Jordan Crouse2006-03-201-0/+4
| * | | | | | | [PATCH] USB: EHCI for Freescale 83xxRandy Vinson2006-03-201-0/+27
| * | | | | | | [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk2006-03-201-2/+0
| |/ / / / / /
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-03-217-4/+47
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] get_cpu_sysdev() signedness fixAndrew Morton2006-03-201-1/+1
| * | | | | | | [PATCH] kobject_add_dirJun'ichi Nomura2006-03-201-0/+2
| * | | | | | | [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary dataMichael Ellerman2006-03-201-0/+15
| * | | | | | | [PATCH] Kobject: kobject.h: fix a typoAdrian Bunk2006-03-201-1/+1
| * | | | | | | [PATCH] Driver core: add macros notice(), dev_notice()Tilman Schmidt2006-03-201-0/+2
| * | | | | | | [PATCH] fix module sysfs files reference countingGreg Kroah-Hartman2006-03-201-0/+1
| * | | | | | | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE()Greg Kroah-Hartman2006-03-202-0/+23
| * | | | | | | [PATCH] kobj_map semaphore to mutex conversionJes Sorensen2006-03-201-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-03-2117-102/+127
|\ \ \ \ \ \ \
| * | | | | | | [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-214-9/+9