aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski1-10/+17
2009-09-24genetlink: fix netns vs. netlink table locking (2)Johannes Berg2-9/+14
2009-09-24tunnel: eliminate recursion fieldEric Dumazet4-35/+1
2009-09-24net: fix htmldocs sunrpc, clnt.cJaswinder Singh Rajput1-2/+3
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont1-0/+6
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-09-24pktgen: better scheduler friendlinessStephen Hemminger1-79/+72
2009-09-24pktgen: T_TERMINATE flag is unusedStephen Hemminger1-5/+4
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei1-0/+3
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller53-282/+703
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan15-50/+46
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-3/+3
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-23NFS/RPC: fix problems with reestablish_timeout and related code.Neil Brown1-0/+9
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+2
2009-09-23cfg80211: don't overwrite privacy settingJohannes Berg1-1/+1
2009-09-23mac80211: fix DTIM settingJohannes Berg1-2/+2
2009-09-23cfg80211: fix SME connectJohannes Berg1-8/+13
2009-09-23rc80211_minstrel: fix contention window calculationPavel Roskin1-1/+1
2009-09-23cfg80211: minimal error handling for wext-compat freq scanningHolger Schurig1-0/+5
2009-09-23cfg80211: use cfg80211_wext_freq() for freq conversionHolger Schurig1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-23Move magic numbers into magic.hNick Black1-2/+1
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao1-2/+0
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-09-22ax25: Fix SIOCAX25GETINFO ioctlEric Dumazet1-2/+2
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds13-180/+603
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-7/+0
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich10-22/+22
2009-09-22const: mark remaining super_operations constAlexey Dobriyan2-2/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar2-2/+2
2009-09-18sunrpc/cache: avoid variable over-loading in cache_defer_reqNeilBrown1-9/+9
2009-09-18sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_reqNeilBrown1-4/+4
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds76-306/+1255
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski4-1/+6
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom1-2/+2
2009-09-17HID: consolidate connect and disconnect into core codeJiri Kosina1-7/+0
2009-09-16af_iucv: fix race when queueing skbs on the backlog queueHendrik Brueckner1-2/+14
2009-09-16af_iucv: do not call iucv_sock_kill() twiceHendrik Brueckner1-5/+5
2009-09-16af_iucv: handle non-accepted sockets after resuming from suspendHendrik Brueckner1-0/+1
2009-09-16af_iucv: fix race in __iucv_sock_wait()Hendrik Brueckner1-1/+1
2009-09-16iucv: use correct output register in iucv_query_maxconn()Hendrik Brueckner1-1/+1
2009-09-16iucv: fix iucv_buffer_cpumask check when calling IUCV functionsHendrik Brueckner1-11/+11
2009-09-16iucv: suspend/resume error msg for left over pathesUrsula Braun1-0/+14
2009-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller3-2/+6