summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-157-98/+61
|\
| * Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont2008-12-151-5/+22
| * SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0
| * netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
| * netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
| * netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-091-0/+2
| * ipv6: silence log messages for locally generated multicastJan Sembera2008-12-091-1/+6
| * tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-0810-38/+85
|\|
| * tproxy: fixe a possible read from an invalid location in the socket matchBalazs Scheidler2008-12-071-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-051-1/+1
| |\
| | * mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| * | tcp: tcp_vegas ssthresh bug fixDoug Leith2008-12-041-0/+2
| |/
| * can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-041-1/+4
| * ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-041-1/+5
| * tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-031-12/+10
| * can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-032-18/+52
| * Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia2008-12-031-0/+3
| * netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
| * xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun2008-12-031-0/+1
* | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-12-031-2/+7
|\ \ | |/ |/|
| * Add a reference to sunrpc in svc_addsockTom Tucker2008-11-241-2/+7
* | net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2008-11-262-3/+12
* | Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont2008-11-261-1/+1
* | netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy2008-11-261-1/+1
* | net: make skb_truesize_bug() call WARN()Arjan van de Ven2008-11-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-252-2/+10
|\ \
| * | net/wireless/reg.c: fix bad WARN_ON in if statementIngo Molnar2008-11-251-2/+2
| * | mac80211 : Fix setting ad-hoc mode and non-ibss channelAbhijeet Kolekar2008-11-251-0/+8
* | | rose: zero length frame filtering in af_rose.cBernard Pidoux2008-11-251-0/+10
* | | bridge: netfilter: fix update_pmtu crash with GREHerbert Xu2008-11-241-0/+13
* | | netfilter: ctnetlink: fix conntrack creation racePatrick McHardy2008-11-242-4/+3
|/ /
* | net: Fix memory leak in the proto_register functionCatalin Marinas2008-11-211-19/+12
* | tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik2008-11-211-2/+5
* | SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust2008-11-201-2/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-2010-67/+46
|\ \
| * | net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan2008-11-201-3/+3
| * | ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery2008-11-201-2/+2
| * | pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy2008-11-201-0/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-201-22/+0
| |\ \
| | * | mac80211: remove ieee80211_notify_macJohannes Berg2008-11-181-22/+0
| * | | TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler2008-11-201-0/+1
| * | | TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler2008-11-201-0/+1
| * | | net: Do not fire linkwatch events until the device is registered.David S. Miller2008-11-191-1/+6
| * | | phonet: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-28/+24
| * | | pktgen: fix multiple queue warningRobert Olsson2008-11-191-7/+2
| * | | net: fix ip_mr_init() error pathBenjamin Thery2008-11-191-4/+5
| |/ /
* / / reintroduce accept4Ulrich Drepper2008-11-192-115/+15
|/ /
* | rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg2008-11-161-1/+3
* | Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont2008-11-161-2/+2