aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-04Merge branch 'master' into nextJames Morris26-219/+154
2008-12-03Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+7
2008-11-26net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2-3/+12
2008-11-26Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-26netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy1-1/+1
2008-11-25net: make skb_truesize_bug() call WARN()Arjan van de Ven1-1/+1
2008-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+10
2008-11-25net/wireless/reg.c: fix bad WARN_ON in if statementIngo Molnar1-2/+2
2008-11-25mac80211 : Fix setting ad-hoc mode and non-ibss channelAbhijeet Kolekar1-0/+8
2008-11-25rose: zero length frame filtering in af_rose.cBernard Pidoux1-0/+10
2008-11-24bridge: netfilter: fix update_pmtu crash with GREHerbert Xu1-0/+13
2008-11-24netfilter: ctnetlink: fix conntrack creation racePatrick McHardy2-4/+3
2008-11-24Add a reference to sunrpc in svc_addsockTom Tucker1-2/+7
2008-11-21net: Fix memory leak in the proto_register functionCatalin Marinas1-19/+12
2008-11-21tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-67/+46
2008-11-20net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan1-3/+3
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery1-2/+2
2008-11-20pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy1-0/+2
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-22/+0
2008-11-20TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler1-0/+1
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler1-0/+1
2008-11-19reintroduce accept4Ulrich Drepper2-115/+15
2008-11-19net: Do not fire linkwatch events until the device is registered.David S. Miller1-1/+6
2008-11-19phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-19pktgen: fix multiple queue warningRobert Olsson1-7/+2
2008-11-19net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-18mac80211: remove ieee80211_notify_macJohannes Berg1-22/+0
2008-11-18Merge branch 'master' into nextJames Morris8-12/+30
2008-11-16rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-16Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont1-2/+2
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov1-2/+0
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+0
2008-11-14Merge branch 'master' into nextJames Morris28-113/+299
2008-11-14CRED: Use creds in file structsDavid Howells5-16/+17
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-2/+4
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells2-7/+9
2008-11-14CRED: Separate task security context from task_structDavid Howells2-5/+7
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells3-8/+12
2008-11-14CRED: Wrap task credential accesses in the UNIX socket protocolDavid Howells1-6/+5
2008-11-14CRED: Wrap task credential accesses in the SunRPC protocolDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the ROSE protocolDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the netrom protocolDavid Howells1-2/+2
2008-11-14CRED: Wrap task credential accesses in the IPv6 protocolDavid Howells1-1/+1
2008-11-14CRED: Wrap task credential accesses in the AX25 protocolDavid Howells2-2/+2
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-1/+1
2008-11-129p: restrict RDMA usageRandy Dunlap1-4/+6
2008-11-12net: shy netns_ok checkAlexey Dobriyan1-1/+9
2008-11-12ipv6: routing header fixesBrian Haley2-0/+10