aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-1776-306/+1255
|\
| * pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-174-1/+6
| * ipv6: Log the affected address when DAD failure occursJens Rosenboom2009-09-171-2/+2
| * af_iucv: fix race when queueing skbs on the backlog queueHendrik Brueckner2009-09-161-2/+14
| * af_iucv: do not call iucv_sock_kill() twiceHendrik Brueckner2009-09-161-5/+5
| * af_iucv: handle non-accepted sockets after resuming from suspendHendrik Brueckner2009-09-161-0/+1
| * af_iucv: fix race in __iucv_sock_wait()Hendrik Brueckner2009-09-161-1/+1
| * iucv: use correct output register in iucv_query_maxconn()Hendrik Brueckner2009-09-161-1/+1
| * iucv: fix iucv_buffer_cpumask check when calling IUCV functionsHendrik Brueckner2009-09-161-11/+11
| * iucv: suspend/resume error msg for left over pathesUrsula Braun2009-09-161-0/+14
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-09-163-2/+6
| |\
| | * ieee802154: add locking for seq numbersDmitry Eremin-Solenikov2009-09-151-0/+4
| | * af_ieee802154: setsockopt optlen arg isn't __userDmitry Eremin-Solenikov2009-09-152-2/+2
| * | ipv6: Ignore route option with ROUTER_PREF_INVALIDJens Rosenboom2009-09-161-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-09-163-10/+20
| |\ \
| | * | cfg80211: fix SME connectJohannes Berg2009-09-161-8/+13
| | * | rc80211_minstrel: fix contention window calculationPavel Roskin2009-09-161-1/+1
| | * | cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig2009-09-141-0/+5
| | * | cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig2009-09-141-1/+1
| * | | RxRPC: Use uX/sX rather than uintX_t/intX_t typesDavid Howells2009-09-163-12/+12
| * | | tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga2009-09-151-1/+1
| * | | pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski2009-09-151-2/+2
| * | | pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2009-09-152-7/+16
| * | | RxRPC: Parse security index 5 keys (Kerberos 5)David Howells2009-09-151-40/+537
| * | | RxRPC: Allow RxRPC keys to be readDavid Howells2009-09-151-0/+109
| * | | RxRPC: Allow key payloads to be passed in XDR formDavid Howells2009-09-154-75/+298
| * | | RxRPC: Declare the security index constants symbolicallyDavid Howells2009-09-152-5/+5
| * | | [PATCH] net: kmemcheck annotation in struct socketEric Dumazet2009-09-151-0/+1
| * | | bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2009-09-155-2/+68
| * | | can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+3
| * | | tcp: fix ssthresh u16 leftoverIlpo Järvinen2009-09-155-7/+8
| * | | pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski2009-09-141-5/+10
| * | | Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont2009-09-141-1/+8
| * | | net: constify remaining proto_opsAlexey Dobriyan2009-09-144-6/+6
| * | | net: constify struct inet6_protocolAlexey Dobriyan2009-09-1416-30/+26
| * | | net: constify struct net_protocolAlexey Dobriyan2009-09-1413-28/+24
| * | | net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker2009-09-1411-67/+48
| * | | genetlink: fix netns vs. netlink table lockingJohannes Berg2009-09-142-23/+33
| * | | Have atalk_route_packet() return NET_RX_SUCCESS not NET_XMIT_SUCCESSMark Smith2009-09-141-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-162-3/+3
|\ \ \
| * | | driver model: constify attribute groupsDavid Brownell2009-09-152-3/+3
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-155-7/+9
|\ \ \ | |/ / |/| |
| * | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1463-167/+296
| |\ \
| * \ \ Merge branch 'master' into for-nextTejun Heo2009-07-0469-466/+1634
| |\ \ \
| * | | | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-4/+6
| * | | | percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-243-3/+3
| * | | | percpu: cleanup percpu array definitionsTejun Heo2009-06-242-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14328-8111/+16882
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Phonet: back-end for autoconfigured addressesRémi Denis-Courmont2009-09-111-1/+25
| * | | | Phonet: fix netlink address dump error handlingRémi Denis-Courmont2009-09-111-1/+1