aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07wimax: Makefile, Kconfig and docbook linkage for the stackInaky Perez-Gonzalez4-0/+54
2009-01-07wimax: debugfs controlsInaky Perez-Gonzalez1-0/+90
2009-01-07wimax: basic API: kernel/user messaging, rfkill and resetInaky Perez-Gonzalez3-0/+1096
2009-01-07genetlink: export genl_unregister_mc_group()Inaky Perez-Gonzalez1-0/+1
2009-01-07wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2-0/+741
2009-01-07wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez1-0/+42
2009-01-07wimax: internal API for the kernel space WiMAX stackInaky Perez-Gonzalez1-0/+91
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds7-137/+469
2009-01-07Merge branch 'next' into for-linusJames Morris7-137/+469
2009-01-06s390: remove s390_root_dev_*()Mark McLoughlin1-4/+3
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds30-493/+488
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+0
2009-01-05pkt_sched: cls_u32: Fix locking in u32_change()Jarek Poplawski1-1/+2
2009-01-05iucv: fix cpu hotplugHeiko Carstens1-7/+11
2009-01-05af_iucv: Free iucv path/socket in path_pending callbackHendrik Brueckner1-0/+5
2009-01-05af_iucv: avoid left over IUCV connections from failing connectsUrsula Braun1-0/+7
2009-01-05af_iucv: New error return codes for connect()Hendrik Brueckner1-1/+15
2009-01-05Revert "net: Fix for initial link state in 2.6.28"David S. Miller2-6/+5
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2009-01-05tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller1-4/+0
2009-01-05tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek1-4/+4
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker12-52/+27
2009-01-04dccp: Clean up ccid.c after integration of CCID pluginsGerrit Renker4-176/+14
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker11-168/+148
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2009-01-04DCB: fix kfree(skb)Roel Kluin1-7/+7
2009-01-04ipv6: IPV6_PKTINFO relied userspace providing correct lengthIlpo Järvinen1-1/+1
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau2-5/+6
2009-01-04net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warningSimon Holm Thøgersen1-3/+1
2009-01-04gro: Add page frag supportHerbert Xu2-6/+99
2009-01-04gro: Use gso_size to store MSSHerbert Xu3-4/+4
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller1-5/+47
2009-01-04sanitize audit_fd_pair()Al Viro1-8/+1
2009-01-04sanitize audit_socketcallAl Viro1-3/+1
2009-01-02tty: Fix an ircomm warning and note another bugAlan Cox1-2/+3
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+4
2008-12-31netlabel: Update kernel configuration APIPaul Moore7-137/+469
2008-12-30Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds8-111/+350
2008-12-30Merge branch 'devel' into nextTrond Myklebust8-111/+350
2008-12-29net: Fix percpu counters deadlockHerbert Xu6-8/+21
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell4-8/+8
2008-12-29cls_cgroup: clean up KconfigLi Zefan1-3/+0
2008-12-29cls_cgroup: clean up for cgroup partLi Zefan1-9/+14
2008-12-29cls_cgroup: fix an oops when removing a cgroupLi Zefan1-1/+1
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman9-10/+24
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman1-3/+5
2008-12-29net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell1-15/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds430-12217/+14763
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-42/+138
2008-12-26gro: Fix potential use after freeHerbert Xu1-1/+4